/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchFinder.h | 305 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 D | ModuleDebugInfoPrinter.h | 20 DebugInfoFinder Finder; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/DumpTool/ |
H A D | ASTSrcLocProcessor.h |
|
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/ |
H A D | ASTMatchersInternal.cpp | 79 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 D | ASTMatchFinder.cpp | 99 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 D | ModuleDebugInfoPrinter.cpp | 42 const DebugInfoFinder &Finder) { in printModuleDebugInfo()
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
H A D | USRFindingAction.cpp | 219 AdditionalUSRFinder Finder(ND, Context); in getUSRsForDeclaration() local 283 AdditionalUSRFinder Finder(FoundDecl, Context); in FindSymbol() local
|
H A D | USRLocFinder.cpp | 531 RenameLocFinder Finder(USRs, TranslationUnitDecl->getASTContext()); in createRenameAtomicChanges() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | RewriteRule.cpp | 222 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 D | ExprMutationAnalyzer.cpp | 191 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 D | UnsafeBufferUsage.cpp | 85 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 D | MallocSizeofChecker.cpp | 184 CastedAllocFinder Finder(&BR.getContext()); in checkASTCodeBody() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGException.cpp | 1874 CaptureFinder Finder(ParentCGF, ParentCGF.CXXABIThisDecl); EmitCapturedLocals() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 3617 SideEffectFinder Finder(Ctx, IncludePossibleEffects); HasSideEffects() local 3855 NonTrivialCallFinder Finder(Ctx); hasNonTrivialCall() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 18987 FindCXXThisExpr Finder(*this); checkThisInStaticMemberFunctionType() local 19017 FindCXXThisExpr Finder(*this); checkThisInStaticMemberFunctionExceptionSpec() local 19049 FindCXXThisExpr Finder(*this); checkThisInStaticMemberFunctionAttributes() local
|
H A D | SemaTemplate.cpp | 6634 UnnamedLocalNoLinkageFinder Finder(*this, SR); CheckTemplateArgument() local
|