/llvm-project/clang/unittests/Analysis/ |
H A D | CloneDetectionTest.cpp | 26 bool VisitFunctionDecl(FunctionDecl *D) { VisitFunctionDecl() function in clang::analysis::__anon6c5b00ec0111::CloneDetectionVisitor
|
/llvm-project/clang-tools-extra/clang-doc/ |
H A D | Mapper.cpp | 67 bool MapASTVisitor::VisitFunctionDecl(const FunctionDecl *D) { VisitFunctionDecl() function in clang::doc::MapASTVisitor
|
/llvm-project/clang/examples/PrintFunctionNames/ |
H A D | PrintFunctionNames.cpp | 59 bool VisitFunctionDecl(FunctionDecl *FD) { in HandleTranslationUnit() function
|
/llvm-project/clang/include/clang/Analysis/ |
H A D | CallGraph.h | 112 bool VisitFunctionDecl(FunctionDecl *FD) { VisitFunctionDecl() function
|
/llvm-project/clang-tools-extra/include-cleaner/lib/ |
H A D | WalkAST.cpp | 227 bool VisitFunctionDecl(FunctionDecl *FD) { VisitFunctionDecl() function in clang::include_cleaner::__anonad5d07ed0111::ASTWalker
|
/llvm-project/clang/lib/CodeGen/ |
H A D | ObjectFilePCHContainerOperations.cpp |
|
H A D | CodeGenPGO.cpp | 627 void VisitFunctionDecl(const FunctionDecl *D) { VisitFunctionDecl() function
|
/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
H A D | AnalysisConsumer.cpp | 309 bool VisitFunctionDecl(FunctionDecl *FD) override { in VisitFunctionDecl() function in __anonebc0cf890111::AnalysisConsumer
|
/llvm-project/clang/lib/InstallAPI/ |
H A D | Visitor.cpp | 251 bool InstallAPIVisitor::VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl() function in clang::installapi::InstallAPIVisitor
|
/llvm-project/clang-tools-extra/unittests/clang-doc/ |
H A D | SerializeTest.cpp | 50 bool VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl() function in clang::doc::ClangDocSerializeTestVisitor
|
/llvm-project/clang/lib/Index/ |
H A D | IndexDecl.cpp | 243 bool VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl() function in __anon750ec4040111::IndexingDeclVisitor
|
H A D | USRGeneration.cpp | 227 void USRGenerator::VisitFunctionDecl(const FunctionDecl *D) { VisitFunctionDecl() function in USRGenerator
|
/llvm-project/clang/unittests/Tooling/ |
H A D | SourceCodeTest.cpp | 319 bool VisitFunctionDecl(FunctionDecl *Decl) { return VisitDeclHelper(Decl); } TEST() function
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | InlayHints.cpp | 502 bool VisitFunctionDecl(FunctionDecl *D) { VisitFunctionDecl() function in clang::clangd::__anon4126c9110111::InlayHintVisitor
|
H A D | AST.cpp | 489 bool VisitFunctionDecl(FunctionDecl *D) { in VisitFunctionDecl() function in clang::clangd::__anon004249560211::DeducedTypeVisitor
|
H A D | SemanticHighlighting.cpp | 736 bool VisitFunctionDecl(FunctionDecl *D) { in VisitFunctionDecl() function in clang::clangd::__anon52a906180111::CollectExtraHighlightings
|
/llvm-project/clang/include/clang/AST/ |
H A D | ASTNodeTraverser.h | 517 void VisitFunctionDecl(const FunctionDecl *D) { VisitFunctionDecl() function
|
/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | ExtractAPIVisitor.h | 321 bool ExtractAPIVisitorBase<Derived>::VisitFunctionDecl( VisitFunctionDecl() function
|
/llvm-project/clang/lib/AST/ |
H A D | ODRHash.cpp | 371 void VisitFunctionDecl(const FunctionDecl *D) { VisitFunctionDecl() function in __anon5944dbcd0111::ODRDeclVisitor
|
H A D | DeclPrinter.cpp | 646 void DeclPrinter::VisitFunctionDecl(FunctionDecl *D) { VisitFunctionDecl() function in DeclPrinter
|
H A D | JSONNodeDumper.cpp | 961 void JSONNodeDumper::VisitFunctionDecl(const FunctionDecl *FD) { VisitFunctionDecl() function in JSONNodeDumper
|
H A D | TextNodeDumper.cpp | 2101 void TextNodeDumper::VisitFunctionDecl(const FunctionDecl *D) { VisitFunctionDecl() function in TextNodeDumper
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterDecl.cpp | 632 void ASTDeclWriter::VisitFunctionDecl(FunctionDecl *D) { VisitFunctionDecl() function in ASTDeclWriter
|
/llvm-project/clang/tools/libclang/ |
H A D | CXIndexDataConsumer.cpp | 35 bool VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl() function in __anon540dfa4b0111::IndexingDeclVisitor
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 2088 Decl *TemplateDeclInstantiator::VisitFunctionDecl( VisitFunctionDecl() function in TemplateDeclInstantiator 3816 Decl *TemplateDeclInstantiator::VisitFunctionDecl(FunctionDecl *D) { VisitFunctionDecl() function in TemplateDeclInstantiator
|