/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | CallGraph.h | 112 bool VisitFunctionDecl(FunctionDecl *FD) { in VisitFunctionDecl() function
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | ObjectFilePCHContainerOperations.cpp | 99 bool VisitFunctionDecl(FunctionDecl *D) { in VisitFunctionDecl() function
|
H A D | CodeGenPGO.cpp | 536 void VisitFunctionDecl(const FunctionDecl *D) { VisitFunctionDecl() function
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
H A D | AnalysisConsumer.cpp | 309 bool VisitFunctionDecl(FunctionDecl *FD) { in VisitFunctionDecl() function in __anonbbf3f4080111::AnalysisConsumer
|
/freebsd-src/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexDecl.cpp | 243 bool VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl() function in __anonf98b47a30111::IndexingDeclVisitor
|
H A D | USRGeneration.cpp | 227 void USRGenerator::VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl() function in USRGenerator
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTNodeTraverser.h | 428 void VisitFunctionDecl(const FunctionDecl *D) { VisitFunctionDecl() function
|
/freebsd-src/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | ExtractAPIVisitor.h | 289 bool ExtractAPIVisitorBase<Derived>::VisitFunctionDecl( VisitFunctionDecl() function
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ODRHash.cpp | 364 void VisitFunctionDecl(const FunctionDecl *D) { VisitFunctionDecl() function in __anon4baa67ec0111::ODRDeclVisitor
|
H A D | DeclPrinter.cpp | 682 void DeclPrinter::VisitFunctionDecl(FunctionDecl *D) { VisitFunctionDecl() function in DeclPrinter
|
H A D | JSONNodeDumper.cpp | 928 void JSONNodeDumper::VisitFunctionDecl(const FunctionDecl *FD) { VisitFunctionDecl() function in JSONNodeDumper
|
H A D | TextNodeDumper.cpp | 1866 void TextNodeDumper::VisitFunctionDecl(const FunctionDecl *D) { VisitFunctionDecl() function in TextNodeDumper
|
H A D | ASTImporter.cpp | 3632 ExpectedDecl ASTNodeImporter::VisitFunctionDecl(FunctionDecl *D) { VisitFunctionDecl() function in ASTNodeImporter
|
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterDecl.cpp | 593 void ASTDeclWriter::VisitFunctionDecl(FunctionDecl *D) { VisitFunctionDecl() function in ASTDeclWriter
|
H A D | ASTReaderDecl.cpp | 941 void ASTDeclReader::VisitFunctionDecl(FunctionDecl *FD) { VisitFunctionDecl() function in ASTDeclReader
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 2056 Decl *TemplateDeclInstantiator::VisitFunctionDecl( VisitFunctionDecl() function in TemplateDeclInstantiator 3774 Decl *TemplateDeclInstantiator::VisitFunctionDecl(FunctionDecl *D) { VisitFunctionDecl() function in TemplateDeclInstantiator
|
H A D | AnalysisBasedWarnings.cpp | 2438 bool VisitFunctionDecl(FunctionDecl *Node) { VisitFunctionDecl() function in CallableVisitor
|