Home
last modified time | relevance | path

Searched refs:DeclarationMatcher (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DRunLoopAutoreleaseLeakChecker.cpp166 DeclarationMatcher GroupM = decl(hasDescendant(RunLoopInAutorelease)); in checkTempObjectsInSamePool()
182 DeclarationMatcher GroupM = functionDecl( in checkTempObjectsInNoPool()
H A DOSObjectCStyleCast.cpp76 static decltype(auto) hasTypePointingTo(DeclarationMatcher DeclM) { in hasTypePointingTo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DGtestMatchers.cpp24 static DeclarationMatcher getComparisonDecl(GtestCmp Cmp) { in getComparisonDecl()
H A DASTMatchFinder.cpp1337 void MatchFinder::addMatcher(const DeclarationMatcher &NodeMatch, in addMatcher()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h154 void addMatcher(const DeclarationMatcher &NodeMatch,
H A DASTMatchers.h141 using DeclarationMatcher = internal::Matcher<Decl>; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DRetainSummaryManager.cpp143 DeclarationMatcher SubclassM = in isSubclass()