Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DRunLoopAutoreleaseLeakChecker.cpp166 DeclarationMatcher GroupM = decl(hasDescendant(RunLoopInAutorelease)); in checkTempObjectsInSamePool()
182 DeclarationMatcher GroupM = functionDecl( in checkTempObjectsInNoPool()
DOSObjectCStyleCast.cpp76 static decltype(auto) hasTypePointingTo(DeclarationMatcher DeclM) { in hasTypePointingTo()
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/
DGtestMatchers.cpp39 static DeclarationMatcher getComparisonDecl(GtestCmp Cmp) { in getComparisonDecl()
DASTMatchFinder.cpp1337 void MatchFinder::addMatcher(const DeclarationMatcher &NodeMatch, in addMatcher()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchFinder.h154 void addMatcher(const DeclarationMatcher &NodeMatch,
DASTMatchers.h141 using DeclarationMatcher = internal::Matcher<Decl>; variable
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
DRetainSummaryManager.cpp143 DeclarationMatcher SubclassM = in isSubclass()
150 DeclarationMatcher sameClassM = in isExactClass()