Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DRunLoopAutoreleaseLeakChecker.cpp167 DeclarationMatcher GroupM = decl(hasDescendant(RunLoopInAutorelease)); in checkTempObjectsInSamePool()
183 DeclarationMatcher GroupM = functionDecl( in checkTempObjectsInNoPool()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h149 void addMatcher(const DeclarationMatcher &NodeMatch,
H A DASTMatchers.h145 using DeclarationMatcher = internal::Matcher<Decl>; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp953 void MatchFinder::addMatcher(const DeclarationMatcher &NodeMatch, in addMatcher()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRetainSummaryManager.cpp144 DeclarationMatcher SubclassM = cxxRecordDecl(isSameOrDerivedFrom(ClassName)); in isSubclass()