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