Home
last modified time | relevance | path

Searched defs:VisitFunctionDecl (Results 1 – 25 of 29) sorted by relevance

12

/llvm-project/clang/unittests/Analysis/
H A DCloneDetectionTest.cpp26 bool VisitFunctionDecl(FunctionDecl *D) { VisitFunctionDecl() function in clang::analysis::__anon6c5b00ec0111::CloneDetectionVisitor
/llvm-project/clang-tools-extra/clang-doc/
H A DMapper.cpp67 bool MapASTVisitor::VisitFunctionDecl(const FunctionDecl *D) { VisitFunctionDecl() function in clang::doc::MapASTVisitor
/llvm-project/clang/examples/PrintFunctionNames/
H A DPrintFunctionNames.cpp59 bool VisitFunctionDecl(FunctionDecl *FD) { in HandleTranslationUnit() function
/llvm-project/clang/include/clang/Analysis/
H A DCallGraph.h112 bool VisitFunctionDecl(FunctionDecl *FD) { VisitFunctionDecl() function
/llvm-project/clang-tools-extra/include-cleaner/lib/
H A DWalkAST.cpp227 bool VisitFunctionDecl(FunctionDecl *FD) { VisitFunctionDecl() function in clang::include_cleaner::__anonad5d07ed0111::ASTWalker
/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp
H A DCodeGenPGO.cpp627 void VisitFunctionDecl(const FunctionDecl *D) { VisitFunctionDecl() function
/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp309 bool VisitFunctionDecl(FunctionDecl *FD) override { in VisitFunctionDecl() function in __anonebc0cf890111::AnalysisConsumer
/llvm-project/clang/lib/InstallAPI/
H A DVisitor.cpp251 bool InstallAPIVisitor::VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl() function in clang::installapi::InstallAPIVisitor
/llvm-project/clang-tools-extra/unittests/clang-doc/
H A DSerializeTest.cpp50 bool VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl() function in clang::doc::ClangDocSerializeTestVisitor
/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp243 bool VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl() function in __anon750ec4040111::IndexingDeclVisitor
H A DUSRGeneration.cpp227 void USRGenerator::VisitFunctionDecl(const FunctionDecl *D) { VisitFunctionDecl() function in USRGenerator
/llvm-project/clang/unittests/Tooling/
H A DSourceCodeTest.cpp319 bool VisitFunctionDecl(FunctionDecl *Decl) { return VisitDeclHelper(Decl); } TEST() function
/llvm-project/clang-tools-extra/clangd/
H A DInlayHints.cpp502 bool VisitFunctionDecl(FunctionDecl *D) { VisitFunctionDecl() function in clang::clangd::__anon4126c9110111::InlayHintVisitor
H A DAST.cpp489 bool VisitFunctionDecl(FunctionDecl *D) { in VisitFunctionDecl() function in clang::clangd::__anon004249560211::DeducedTypeVisitor
H A DSemanticHighlighting.cpp736 bool VisitFunctionDecl(FunctionDecl *D) { in VisitFunctionDecl() function in clang::clangd::__anon52a906180111::CollectExtraHighlightings
/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h517 void VisitFunctionDecl(const FunctionDecl *D) { VisitFunctionDecl() function
/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h321 bool ExtractAPIVisitorBase<Derived>::VisitFunctionDecl( VisitFunctionDecl() function
/llvm-project/clang/lib/AST/
H A DODRHash.cpp371 void VisitFunctionDecl(const FunctionDecl *D) { VisitFunctionDecl() function in __anon5944dbcd0111::ODRDeclVisitor
H A DDeclPrinter.cpp646 void DeclPrinter::VisitFunctionDecl(FunctionDecl *D) { VisitFunctionDecl() function in DeclPrinter
H A DJSONNodeDumper.cpp961 void JSONNodeDumper::VisitFunctionDecl(const FunctionDecl *FD) { VisitFunctionDecl() function in JSONNodeDumper
H A DTextNodeDumper.cpp2101 void TextNodeDumper::VisitFunctionDecl(const FunctionDecl *D) { VisitFunctionDecl() function in TextNodeDumper
/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp632 void ASTDeclWriter::VisitFunctionDecl(FunctionDecl *D) { VisitFunctionDecl() function in ASTDeclWriter
/llvm-project/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp35 bool VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl() function in __anon540dfa4b0111::IndexingDeclVisitor
/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2088 Decl *TemplateDeclInstantiator::VisitFunctionDecl( VisitFunctionDecl() function in TemplateDeclInstantiator
3816 Decl *TemplateDeclInstantiator::VisitFunctionDecl(FunctionDecl *D) { VisitFunctionDecl() function in TemplateDeclInstantiator

12