Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DModuleDebugInfoPrinter.h20 DebugInfoFinder Finder; variable
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DASTSrcLocProcessor.h
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp79 ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder) { in matchesAnyBase()
121 bool dynMatches(const DynTypedNode &DynNode, ASTMatchFinder *Finder, in dynMatches()
136 bool dynMatches(const DynTypedNode &DynNode, ASTMatchFinder *Finder, in dynMatches()
174 bool dynMatches(const DynTypedNode &DynNode, ASTMatchFinder *Finder, in dynMatches()
287 ASTMatchFinder *Finder, in matches()
315 ASTMatchFinder *Finder, in matchesNoKindCheck()
367 ASTMatchFinder *Finder, in notUnaryOperator()
388 ASTMatchFinder *Finder, in allOfVariadicOperator()
400 ASTMatchFinder *Finder, in eachOfVariadicOperator()
417 ASTMatchFinder *Finder, in anyOfVariadicOperator()
[all …]
H A DASTMatchFinder.cpp99 MatchChildASTVisitor(const DynTypedMatcher *Matcher, ASTMatchFinder *Finder, in MatchChildASTVisitor()
408 ASTMatchFinder *const Finder; member in clang::ast_matchers::internal::__anonbe2d60470111::MatchChildASTVisitor
1553 MatchASTConsumer(MatchFinder *Finder, in MatchASTConsumer()
1565 MatchFinder *Finder; member in clang::ast_matchers::internal::__anonbe2d60470111::MatchASTConsumer
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp42 const DebugInfoFinder &Finder) { in printModuleDebugInfo()
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp219 AdditionalUSRFinder Finder(ND, Context); in getUSRsForDeclaration() local
283 AdditionalUSRFinder Finder(FoundDecl, Context); in FindSymbol() local
H A DUSRLocFinder.cpp531 RenameLocFinder Finder(USRs, TranslationUnitDecl->getASTContext()); in createRenameAtomicChanges() local
/freebsd-src/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-src/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp191 tryEachMatch(ArrayRef<ast_matchers::BoundNodes> Matches,ExprMutationAnalyzer * Analyzer,F Finder) tryEachMatch() argument
236 for (const auto &Finder : Finders) { findMutationMemoized() local
245 tryEachDeclRef(const Decl * Dec,MutationFinder Finder) tryEachDeclRef() argument
H A DUnsafeBufferUsage.cpp85 MatchDescendantVisitor(const internal::DynTypedMatcher * Matcher,internal::ASTMatchFinder * Finder,internal::BoundNodesTreeBuilder * Builder,internal::ASTMatchFinder::BindKind Bind,const bool ignoreUnevaluatedContext) MatchDescendantVisitor() argument
198 internal::ASTMatchFinder *const Finder; global() member in clang::ast_matchers::MatchDescendantVisitor
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp184 CastedAllocFinder Finder(&BR.getContext()); in checkASTCodeBody() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp1874 CaptureFinder Finder(ParentCGF, ParentCGF.CXXABIThisDecl); EmitCapturedLocals() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp3617 SideEffectFinder Finder(Ctx, IncludePossibleEffects); HasSideEffects() local
3855 NonTrivialCallFinder Finder(Ctx); hasNonTrivialCall() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp18987 FindCXXThisExpr Finder(*this); checkThisInStaticMemberFunctionType() local
19017 FindCXXThisExpr Finder(*this); checkThisInStaticMemberFunctionExceptionSpec() local
19049 FindCXXThisExpr Finder(*this); checkThisInStaticMemberFunctionAttributes() local
H A DSemaTemplate.cpp6634 UnnamedLocalNoLinkageFinder Finder(*this, SR); CheckTemplateArgument() local