Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h155 void addMatcher(const DeclarationMatcher &NodeMatch,
H A DASTMatchers.h143 using DeclarationMatcher = internal::Matcher<Decl>; variable
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp913 ast_matchers::DeclarationMatcher