Home
last modified time | relevance | path

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

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