/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | ModuleDebugInfoPrinter.cpp | 30 DebugInfoFinder Finder; member in __anon5ecfa5b70111::ModuleDebugInfoLegacyPrinter 75 const DebugInfoFinder &Finder) { in printModuleDebugInfo()
|
/openbsd-src/gnu/llvm/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 | 97 MatchChildASTVisitor(const DynTypedMatcher *Matcher, ASTMatchFinder *Finder, in MatchChildASTVisitor() 406 ASTMatchFinder *const Finder; member in clang::ast_matchers::internal::__anonab4d286c0111::MatchChildASTVisitor 1531 MatchASTConsumer(MatchFinder *Finder, in MatchASTConsumer() 1543 MatchFinder *Finder; member in clang::ast_matchers::internal::__anonab4d286c0111::MatchASTConsumer
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | ModuleDebugInfoPrinter.h | 20 DebugInfoFinder Finder; variable
|
/openbsd-src/gnu/llvm/clang/lib/Tooling/DumpTool/ |
H A D | ASTSrcLocProcessor.h | 47 std::unique_ptr<clang::ast_matchers::MatchFinder> Finder; variable
|
/openbsd-src/gnu/llvm/clang/lib/Tooling/Refactoring/Rename/ |
H A D | USRFindingAction.cpp | 219 AdditionalUSRFinder Finder(ND, Context); in getUSRsForDeclaration() local 282 AdditionalUSRFinder Finder(FoundDecl, Context); in FindSymbol() local
|
H A D | USRLocFinder.cpp | 530 RenameLocFinder Finder(USRs, TranslationUnitDecl->getASTContext()); in createRenameAtomicChanges() local
|
/openbsd-src/gnu/llvm/clang/lib/Analysis/ |
H A D | ExprMutationAnalyzer.cpp | 136 ExprMutationAnalyzer *Analyzer, F Finder) { in tryEachMatch() 181 for (const auto &Finder : Finders) { in findMutationMemoized() local 190 MutationFinder Finder) { in tryEachDeclRef()
|
H A D | UnsafeBufferUsage.cpp | 32 internal::ASTMatchFinder *Finder, in MatchDescendantVisitor() 105 internal::ASTMatchFinder *const Finder; member in clang::ast_matchers::MatchDescendantVisitor
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MallocSizeofChecker.cpp | 183 CastedAllocFinder Finder(&BR.getContext()); in checkASTCodeBody() local
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGException.cpp | 1852 CaptureFinder Finder(ParentCGF, ParentCGF.CXXABIThisDecl); in EmitCapturedLocals() local
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | Expr.cpp | 3618 SideEffectFinder Finder(Ctx, IncludePossibleEffects); in HasSideEffects() local 3856 NonTrivialCallFinder Finder(Ctx); in hasNonTrivialCall() local
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 18289 FindCXXThisExpr Finder(*this); in checkThisInStaticMemberFunctionType() local 18319 FindCXXThisExpr Finder(*this); in checkThisInStaticMemberFunctionExceptionSpec() local 18351 FindCXXThisExpr Finder(*this); in checkThisInStaticMemberFunctionAttributes() local
|
H A D | SemaTemplate.cpp | 6458 UnnamedLocalNoLinkageFinder Finder(*this, SR); in CheckTemplateArgument() local
|