Searched refs:DeclarationMatcher (Results 1 – 9 of 9) 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()
51 static ast_matchers::DeclarationMatcher optionalClassDecl();
39 static DeclarationMatcher getComparisonDecl(GtestCmp Cmp) { in getComparisonDecl()
1563 void MatchFinder::addMatcher(const DeclarationMatcher &NodeMatch, in addMatcher()
155 void addMatcher(const DeclarationMatcher &NodeMatch,
142 using DeclarationMatcher = internal::Matcher<Decl>; variable
44 DeclarationMatcher optionalClass() { in optionalClass()820 ast_matchers::DeclarationMatcher
144 DeclarationMatcher SubclassM = in isSubclass()151 DeclarationMatcher sameClassM = in isExactClass()