Home
last modified time | relevance | path

Searched defs:Finder (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h305 MatchFinder Finder; in match() local
321 MatchFinder Finder; in match() local
331 MatchFinder Finder; in matchDynamic() local
347 MatchFinder Finder; in matchDynamic() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DModuleDebugInfoPrinter.h20 DebugInfoFinder Finder; variable
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp42 const DebugInfoFinder &Finder) { in printModuleDebugInfo()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp222 const T &Node, ast_matchers::internal::ASTMatchFinder *Finder, in matches()
250 const T &Node, ast_matchers::internal::ASTMatchFinder *Finder, in matches()
303 MatchFinder Finder; in rewriteDescendantsImpl() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp192 ExprMutationAnalyzer::Analyzer *Analyzer, F Finder) { in tryEachMatch()
243 for (const auto &Finder : Finders) { in findMutationMemoized() local
253 MutationFinder Finder) { in tryEachDeclRef()
H A DUnsafeBufferUsage.cpp93 internal::ASTMatchFinder *Finder, in MatchDescendantVisitor()
206 internal::ASTMatchFinder *const Finder; member in clang::ast_matchers::MatchDescendantVisitor
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp184 CastedAllocFinder Finder(&BR.getContext()); in checkASTCodeBody() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeductionGuide.cpp701 TemplateParamsReferencedFinder Finder(TemplateParamsList); in TemplateParamsReferencedInTemplateArgumentList() local
H A DSemaDeclCXX.cpp18748 FindCXXThisExpr Finder(*this); in checkThisInStaticMemberFunctionType() local
18778 FindCXXThisExpr Finder(*this); in checkThisInStaticMemberFunctionExceptionSpec() local
18810 FindCXXThisExpr Finder(*this); in checkThisInStaticMemberFunctionAttributes() local
H A DSemaTemplate.cpp5911 UnnamedLocalNoLinkageFinder Finder(*this, SR); in CheckTemplateArgument() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp1876 CaptureFinder Finder(ParentCGF, ParentCGF.CXXABIThisDecl); in EmitCapturedLocals() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp3679 SideEffectFinder Finder(Ctx, IncludePossibleEffects); in HasSideEffects() local
3930 NonTrivialCallFinder Finder(Ctx); in hasNonTrivialCall() local