Searched refs:DeclarationMatcher (Results 1 – 5 of 5) sorted by relevance
167 DeclarationMatcher GroupM = decl(hasDescendant(RunLoopInAutorelease)); in checkTempObjectsInSamePool()183 DeclarationMatcher GroupM = functionDecl( in checkTempObjectsInNoPool()
149 void addMatcher(const DeclarationMatcher &NodeMatch,
145 using DeclarationMatcher = internal::Matcher<Decl>; variable
953 void MatchFinder::addMatcher(const DeclarationMatcher &NodeMatch, in addMatcher()
144 DeclarationMatcher SubclassM = cxxRecordDecl(isSameOrDerivedFrom(ClassName)); in isSubclass()