/llvm-project/clang/include/clang/AST/ |
H A D | DeclVisitor.h | 53 RetTy VisitDecl(PTR(Decl) D) { return RetTy(); } in VisitDecl() function
|
/llvm-project/clang/unittests/Tooling/RecursiveASTVisitorTests/ |
H A D | LambdaExpr.cpp | 32 bool VisitDecl(Decl *D) { VisitDecl() function in __anon4466aac60111::LambdaExprVisitor
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugSuppression.cpp | 85 bool VisitDecl(Decl *D) override { in VisitDecl() function in __anon4966f3eb0111::CacheInitializer
|
/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | ASTOps.cpp | 221 bool VisitDecl(Decl *D) { VisitDecl() function in clang::dataflow::ReferencedDeclsVisitor
|
/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
H A D | AnalysisConsumer.cpp | 268 bool VisitDecl(Decl *D) override { in VisitDecl() function in __anonebc0cf890111::AnalysisConsumer
|
/llvm-project/clang/lib/Index/ |
H A D | IndexDecl.cpp | 45 bool VisitDecl(const Decl *D) { in VisitDecl() function in __anon750ec4040111::IndexingDeclVisitor
|
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
H A D | ExtractFunction.cpp | 614 bool VisitDecl(Decl *D) { captureZoneInfo() function in clang::clangd::__anon9fca11920111::captureZoneInfo::ExtractionZoneVisitor
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CoverageMappingGen.cpp | 614 void VisitDecl(const Decl *D) { VisitDecl() function 1470 void VisitDecl(const Decl *D) { VisitDecl() function
|
H A D | CodeGenPGO.cpp | 198 bool VisitDecl(const Decl *D) { VisitDecl() function
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | FindTarget.cpp | 1048 bool VisitDecl(Decl *D) { VisitDecl() function in clang::clangd::__anoncfb560360211::ExplicitReferenceCollector
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterDecl.cpp | 361 void ASTDeclWriter::VisitDecl(Decl *D) { VisitDecl() function in ASTDeclWriter [all...] |
H A D | ASTReaderDecl.cpp | 579 void ASTDeclReader::VisitDecl(Decl *D) { VisitDecl() function in ASTDeclReader [all...] |
/llvm-project/clang/lib/Tooling/Syntax/ |
H A D | BuildTree.cpp | 719 bool VisitDecl(Decl *D) { in VisitDecl() function in __anonfe6d26ee0511::BuildTreeVisitor
|
/llvm-project/clang/lib/AST/ |
H A D | StmtProfile.cpp | 97 void VisitDecl(const Decl *D) override { in VisitDecl() function in __anon1932447d0111::StmtProfilerWithPointers 220 void VisitDecl(const Decl *D) override { in VisitDecl() function in __anon1932447d0111::StmtProfilerWithoutPointers [all...] |
H A D | Expr.cpp | 3539 void VisitDecl(const Decl *D) { VisitDecl() function in __anon3f55c0630811::SideEffectFinder
|
H A D | ASTImporter.cpp | 2447 ExpectedDecl ASTNodeImporter::VisitDecl(Decl *D) { VisitDecl() function in ASTNodeImporter
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 4076 Decl *TemplateDeclInstantiator::VisitDecl(Decl *D) { VisitDecl() function in TemplateDeclInstantiator
|