Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCallGraph.h112 bool VisitFunctionDecl(FunctionDecl *FD) { in VisitFunctionDecl() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp309 bool VisitFunctionDecl(FunctionDecl *FD) { in VisitFunctionDecl() function in __anond6a4e1f60111::AnalysisConsumer
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DVisitor.cpp251 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.cpp227 void USRGenerator::VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl() function in USRGenerator
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h517 void VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp371 void VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl() function in __anonb4317f1a0111::ODRDeclVisitor
H A DDeclPrinter.cpp646 void DeclPrinter::VisitFunctionDecl(FunctionDecl *D) { in VisitFunctionDecl() function in DeclPrinter
H A DJSONNodeDumper.cpp960 void JSONNodeDumper::VisitFunctionDecl(const FunctionDecl *FD) { in VisitFunctionDecl() function in JSONNodeDumper
H A DTextNodeDumper.cpp2101 void TextNodeDumper::VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl() function in TextNodeDumper
H A DASTImporter.cpp3699 ExpectedDecl ASTNodeImporter::VisitFunctionDecl(FunctionDecl *D) { in VisitFunctionDecl() function in ASTNodeImporter
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h324 bool ExtractAPIVisitorBase<Derived>::VisitFunctionDecl( in VisitFunctionDecl() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp625 void VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp628 void ASTDeclWriter::VisitFunctionDecl(FunctionDecl *D) { in VisitFunctionDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp927 void ASTDeclReader::VisitFunctionDecl(FunctionDecl *FD) { in VisitFunctionDecl() function in ASTDeclReader
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2095 Decl *TemplateDeclInstantiator::VisitFunctionDecl( in VisitFunctionDecl() function in TemplateDeclInstantiator
3827 Decl *TemplateDeclInstantiator::VisitFunctionDecl(FunctionDecl *D) { in VisitFunctionDecl() function in TemplateDeclInstantiator
H A DAnalysisBasedWarnings.cpp2474 bool VisitFunctionDecl(FunctionDecl *Node) { in VisitFunctionDecl() function in CallableVisitor