/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | CallGraph.h | 112 bool VisitFunctionDecl(FunctionDecl *FD) { in VisitFunctionDecl() function
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
H A D | AnalysisConsumer.cpp | 309 bool VisitFunctionDecl(FunctionDecl *FD) { in VisitFunctionDecl() function in __anond6a4e1f60111::AnalysisConsumer
|
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
H A D | Visitor.cpp | 251 bool InstallAPIVisitor::VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl() function in clang::installapi::InstallAPIVisitor
|
/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexDecl.cpp | 243 bool VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl() function in __anonf10645d10111::IndexingDeclVisitor
|
H A D | USRGeneration.cpp | 227 void USRGenerator::VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl() function in USRGenerator
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTNodeTraverser.h | 517 void VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl() function
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ODRHash.cpp | 371 void VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl() function in __anonb4317f1a0111::ODRDeclVisitor
|
H A D | DeclPrinter.cpp | 646 void DeclPrinter::VisitFunctionDecl(FunctionDecl *D) { in VisitFunctionDecl() function in DeclPrinter
|
H A D | JSONNodeDumper.cpp | 960 void JSONNodeDumper::VisitFunctionDecl(const FunctionDecl *FD) { in VisitFunctionDecl() function in JSONNodeDumper
|
H A D | TextNodeDumper.cpp | 2101 void TextNodeDumper::VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl() function in TextNodeDumper
|
H A D | ASTImporter.cpp | 3699 ExpectedDecl ASTNodeImporter::VisitFunctionDecl(FunctionDecl *D) { in VisitFunctionDecl() function in ASTNodeImporter
|
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | ExtractAPIVisitor.h | 324 bool ExtractAPIVisitorBase<Derived>::VisitFunctionDecl( in VisitFunctionDecl() function
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenPGO.cpp | 625 void VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl() function
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterDecl.cpp | 628 void ASTDeclWriter::VisitFunctionDecl(FunctionDecl *D) { in VisitFunctionDecl() function in ASTDeclWriter
|
H A D | ASTReaderDecl.cpp | 927 void ASTDeclReader::VisitFunctionDecl(FunctionDecl *FD) { in VisitFunctionDecl() function in ASTDeclReader
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 2095 Decl *TemplateDeclInstantiator::VisitFunctionDecl( in VisitFunctionDecl() function in TemplateDeclInstantiator 3827 Decl *TemplateDeclInstantiator::VisitFunctionDecl(FunctionDecl *D) { in VisitFunctionDecl() function in TemplateDeclInstantiator
|
H A D | AnalysisBasedWarnings.cpp | 2474 bool VisitFunctionDecl(FunctionDecl *Node) { in VisitFunctionDecl() function in CallableVisitor
|