Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.h51 static ast_matchers::DeclarationMatcher optionalClassDecl();
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/
H A DGtestMatchers.cpp39 static DeclarationMatcher getComparisonDecl(GtestCmp Cmp) { in getComparisonDecl()
H A DASTMatchFinder.cpp1563 void MatchFinder::addMatcher(const DeclarationMatcher &NodeMatch, in addMatcher()
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h155 void addMatcher(const DeclarationMatcher &NodeMatch,
H A DASTMatchers.h142 using DeclarationMatcher = internal::Matcher<Decl>; variable
/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp44 DeclarationMatcher optionalClass() { in optionalClass()
820 ast_matchers::DeclarationMatcher
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DRetainSummaryManager.cpp144 DeclarationMatcher SubclassM = in isSubclass()
151 DeclarationMatcher sameClassM = in isExactClass()