Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCallGraph.h113 bool VisitFunctionDecl(FunctionDecl *FD) override { in VisitFunctionDecl() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerWriter.cpp100 bool VisitFunctionDecl(FunctionDecl *D) { in VisitFunctionDecl() function
H A DCodeGenPGO.cpp625 void VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp299 bool VisitFunctionDecl(FunctionDecl *FD) override { in VisitFunctionDecl() function in __anond6a4e1f60111::AnalysisConsumer
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DVisitor.cpp250 bool InstallAPIVisitor::VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl() function in clang::installapi::InstallAPIVisitor
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp243 bool VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl() function in __anonf10645d10111::IndexingDeclVisitor
H A DUSRGeneration.cpp223 void USRGenerator::VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl() function in USRGenerator
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h547 void VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp390 void VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl() function in __anonb4317f1a0111::ODRDeclVisitor
H A DDeclPrinter.cpp675 void DeclPrinter::VisitFunctionDecl(FunctionDecl *D) { in VisitFunctionDecl() function in DeclPrinter
H A DJSONNodeDumper.cpp962 void JSONNodeDumper::VisitFunctionDecl(const FunctionDecl *FD) { in VisitFunctionDecl() function in JSONNodeDumper
H A DTextNodeDumper.cpp2260 void TextNodeDumper::VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl() function in TextNodeDumper
H A DASTImporter.cpp3968 ExpectedDecl ASTNodeImporter::VisitFunctionDecl(FunctionDecl *D) { in VisitFunctionDecl() function in ASTNodeImporter
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h339 bool ExtractAPIVisitorBase<Derived>::VisitFunctionDecl( in VisitFunctionDecl() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp784 void ASTDeclWriter::VisitFunctionDecl(FunctionDecl *D) { in VisitFunctionDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp912 void ASTDeclReader::VisitFunctionDecl(FunctionDecl *FD) { in VisitFunctionDecl() function in ASTDeclReader
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2624 Decl *TemplateDeclInstantiator::VisitFunctionDecl( in VisitFunctionDecl() function in TemplateDeclInstantiator
4372 Decl *TemplateDeclInstantiator::VisitFunctionDecl(FunctionDecl *D) { in VisitFunctionDecl() function in TemplateDeclInstantiator
H A DAnalysisBasedWarnings.cpp2756 bool VisitFunctionDecl(FunctionDecl *Node) override { in VisitFunctionDecl() function in CallableVisitor