Searched refs:DeclarationMatcher (Results 1 – 10 of 10) 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()
63 static ast_matchers::DeclarationMatcher optionalClassDecl();
33 static DeclarationMatcher getComparisonDecl(GtestCmp Cmp) { in getComparisonDecl()
1608 void MatchFinder::addMatcher(const DeclarationMatcher &NodeMatch, in addMatcher()
155 void addMatcher(const DeclarationMatcher &NodeMatch,
145 using DeclarationMatcher = internal::Matcher<Decl>; variable
94 static decltype(auto) hasTypePointingTo(DeclarationMatcher DeclM) { in hasTypePointingTo()
143 DeclarationMatcher SubclassM = in isSubclass()150 DeclarationMatcher sameClassM = in isExactClass()
1166 ast_matchers::DeclarationMatcher