Home
last modified time | relevance | path

Searched refs:isMethod (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallDescription.cpp118 const bool isMethod = isa<CXXMethodDecl>(FD); in matchesImpl() local
120 if (MatchAs == Mode::SimpleFunc && isMethod) in matchesImpl()
123 if (MatchAs == Mode::CXXMethod && !isMethod) in matchesImpl()