Searched refs:isMethod (Results 1 – 1 of 1) sorted by relevance
118 const bool isMethod = isa<CXXMethodDecl>(FD); in matchesImpl() local120 if (MatchAs == Mode::SimpleFunc && isMethod) in matchesImpl()123 if (MatchAs == Mode::CXXMethod && !isMethod) in matchesImpl()