Searched refs:DeclarationMatcher (Results 1 – 7 of 7) sorted by relevance
166 DeclarationMatcher GroupM = decl(hasDescendant(RunLoopInAutorelease)); in checkTempObjectsInSamePool()182 DeclarationMatcher GroupM = functionDecl( in checkTempObjectsInNoPool()
76 static decltype(auto) hasTypePointingTo(DeclarationMatcher DeclM) { in hasTypePointingTo()
24 static DeclarationMatcher getComparisonDecl(GtestCmp Cmp) { in getComparisonDecl()
1337 void MatchFinder::addMatcher(const DeclarationMatcher &NodeMatch, in addMatcher()
154 void addMatcher(const DeclarationMatcher &NodeMatch,
141 using DeclarationMatcher = internal::Matcher<Decl>; variable
143 DeclarationMatcher SubclassM = in isSubclass()