Home
last modified time | relevance | path

Searched defs:Finder (Results 1 – 15 of 15) 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/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp78 ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) { in matchesAnyBase()
120 bool dynMatches(const DynTypedNode &DynNode, ASTMatchFinder *Finder, in dynMatches()
135 bool dynMatches(const DynTypedNode &DynNode, ASTMatchFinder *Finder, in dynMatches()
173 bool dynMatches(const DynTypedNode &DynNode, ASTMatchFinder *Finder, in dynMatches()
286 ASTMatchFinder *Finder, in matches()
314 ASTMatchFinder *Finder, in matchesNoKindCheck()
366 ASTMatchFinder *Finder, in notUnaryOperator()
387 ASTMatchFinder *Finder, in allOfVariadicOperator()
399 ASTMatchFinder *Finder, in eachOfVariadicOperator()
416 ASTMatchFinder *Finder, in anyOfVariadicOperator()
[all …]
H A DASTMatchFinder.cpp99 MatchChildASTVisitor(const DynTypedMatcher *Matcher, ASTMatchFinder *Finder, in MatchChildASTVisitor()
409 ASTMatchFinder *const Finder; member in clang::ast_matchers::internal::__anon17c865b50111::MatchChildASTVisitor
1576 MatchASTConsumer(MatchFinder *Finder, in MatchASTConsumer()
1588 MatchFinder *Finder; member in clang::ast_matchers::internal::__anon17c865b50111::MatchASTConsumer
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp40 const DebugInfoFinder &Finder) { in printModuleDebugInfo()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp212 AdditionalUSRFinder Finder(ND, Context); in getUSRsForDeclaration() local
276 AdditionalUSRFinder Finder(FoundDecl, Context); in FindSymbol() local
H A DUSRLocFinder.cpp530 RenameLocFinder Finder(USRs, TranslationUnitDecl->getASTContext()); in createRenameAtomicChanges() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp221 const T &Node, ast_matchers::internal::ASTMatchFinder *Finder, in matches()
249 const T &Node, ast_matchers::internal::ASTMatchFinder *Finder, in matches()
302 MatchFinder Finder; in rewriteDescendantsImpl() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp248 ExprMutationAnalyzer::Analyzer *Analyzer, F Finder) { in tryEachMatch()
305 for (const auto &Finder : Finders) { in findMutationMemoized() local
315 MutationFinder Finder) { in tryEachDeclRef()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp182 CastedAllocFinder Finder(&BR.getContext()); in checkASTCodeBody() local
H A DStackAddrEscapeChecker.cpp351 FindStackRegionsSymbolVisitor Finder(C, FoundStackRegions); in FindEscapingStackRegions() 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.cpp3704 SideEffectFinder Finder(Ctx, IncludePossibleEffects); in HasSideEffects() local
3957 NonTrivialCallFinder Finder(Ctx); in hasNonTrivialCall() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp19263 FindCXXThisExpr Finder(*this); in checkThisInStaticMemberFunctionType() local
19293 FindCXXThisExpr Finder(*this); in checkThisInStaticMemberFunctionExceptionSpec() local
19325 FindCXXThisExpr Finder(*this); in checkThisInStaticMemberFunctionAttributes() local
H A DSemaTemplate.cpp6347 UnnamedLocalNoLinkageFinder Finder(*this, SR); in CheckTemplateArgument() local