Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/clang/unittests/Analysis/
H A DCloneDetectionTest.cpp26 bool VisitFunctionDecl(FunctionDecl *D) { in VisitFunctionDecl() function in clang::analysis::__anon92d107290111::CloneDetectionVisitor
/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DMapper.cpp67 bool MapASTVisitor::VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl() function in clang::doc::MapASTVisitor
/llvm-project-15.0.7/clang/examples/PrintFunctionNames/
H A DPrintFunctionNames.cpp59 bool VisitFunctionDecl(FunctionDecl *FD) { in HandleTranslationUnit() function
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DCallGraph.h112 bool VisitFunctionDecl(FunctionDecl *FD) { in VisitFunctionDecl() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp99 bool VisitFunctionDecl(FunctionDecl *D) { in VisitFunctionDecl() function
H A DCodeGenPGO.cpp408 void VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl() function
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp310 bool VisitFunctionDecl(FunctionDecl *FD) { in VisitFunctionDecl() function in __anon4823cf260111::AnalysisConsumer
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DIncludeCleaner.cpp69 bool VisitFunctionDecl(FunctionDecl *FD) { in VisitFunctionDecl() function in clang::clangd::__anona29aa5690111::ReferencedLocationCrawler
H A DInlayHints.cpp261 bool VisitFunctionDecl(FunctionDecl *D) { in VisitFunctionDecl() function in clang::clangd::__anon18ece24e0111::InlayHintVisitor
H A DAST.cpp465 bool VisitFunctionDecl(FunctionDecl *D) { in VisitFunctionDecl() function in clang::clangd::__anona65afd330211::DeducedTypeVisitor
/llvm-project-15.0.7/clang-tools-extra/unittests/clang-doc/
H A DSerializeTest.cpp50 bool VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl() function in clang::doc::ClangDocSerializeTestVisitor
/llvm-project-15.0.7/clang/lib/Index/
H A DIndexDecl.cpp243 bool VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl() function in __anonfc9fbd010111::IndexingDeclVisitor
H A DUSRGeneration.cpp222 void USRGenerator::VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl() function in USRGenerator
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DSourceCodeTest.cpp296 bool VisitFunctionDecl(FunctionDecl *Decl) { return VisitDeclHelper(Decl); } in TEST() function
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTNodeTraverser.h424 void VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl() function
/llvm-project-15.0.7/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp286 bool VisitFunctionDecl(const FunctionDecl *Decl) { in VisitFunctionDecl() function in __anon4a2c2dcf0111::ExtractAPIVisitor
/llvm-project-15.0.7/clang/lib/AST/
H A DODRHash.cpp337 void VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl() function in __anonfecede4a0111::ODRDeclVisitor
H A DDeclPrinter.cpp594 void DeclPrinter::VisitFunctionDecl(FunctionDecl *D) { in VisitFunctionDecl() function in DeclPrinter
H A DJSONNodeDumper.cpp844 void JSONNodeDumper::VisitFunctionDecl(const FunctionDecl *FD) { in VisitFunctionDecl() function in JSONNodeDumper
H A DTextNodeDumper.cpp1658 void TextNodeDumper::VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl() function in TextNodeDumper
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterDecl.cpp541 void ASTDeclWriter::VisitFunctionDecl(FunctionDecl *D) { in VisitFunctionDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp887 void ASTDeclReader::VisitFunctionDecl(FunctionDecl *FD) { in VisitFunctionDecl() function in ASTDeclReader
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp34 bool VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl() function in __anond6d661a80111::IndexingDeclVisitor
H A DCIndex.cpp820 bool CursorVisitor::VisitFunctionDecl(FunctionDecl *ND) { in VisitFunctionDecl() function in CursorVisitor
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1996 Decl *TemplateDeclInstantiator::VisitFunctionDecl( in VisitFunctionDecl() function in TemplateDeclInstantiator
3641 Decl *TemplateDeclInstantiator::VisitFunctionDecl(FunctionDecl *D) { in VisitFunctionDecl() function in TemplateDeclInstantiator

12