Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/
H A DCallGraph.h112 bool VisitFunctionDecl(FunctionDecl *FD) { in VisitFunctionDecl() function
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp99 bool VisitFunctionDecl(FunctionDecl *D) { in VisitFunctionDecl() function
H A DCodeGenPGO.cpp536 void VisitFunctionDecl(const FunctionDecl *D) { VisitFunctionDecl() function
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp309 bool VisitFunctionDecl(FunctionDecl *FD) { in VisitFunctionDecl() function in __anonbbf3f4080111::AnalysisConsumer
/freebsd-src/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp243 bool VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl() function in __anonf98b47a30111::IndexingDeclVisitor
H A DUSRGeneration.cpp227 void USRGenerator::VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl() function in USRGenerator
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h428 void VisitFunctionDecl(const FunctionDecl *D) { VisitFunctionDecl() function
/freebsd-src/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h289 bool ExtractAPIVisitorBase<Derived>::VisitFunctionDecl( VisitFunctionDecl() function
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp364 void VisitFunctionDecl(const FunctionDecl *D) { VisitFunctionDecl() function in __anon4baa67ec0111::ODRDeclVisitor
H A DDeclPrinter.cpp682 void DeclPrinter::VisitFunctionDecl(FunctionDecl *D) { VisitFunctionDecl() function in DeclPrinter
H A DJSONNodeDumper.cpp928 void JSONNodeDumper::VisitFunctionDecl(const FunctionDecl *FD) { VisitFunctionDecl() function in JSONNodeDumper
H A DTextNodeDumper.cpp1866 void TextNodeDumper::VisitFunctionDecl(const FunctionDecl *D) { VisitFunctionDecl() function in TextNodeDumper
H A DASTImporter.cpp3632 ExpectedDecl ASTNodeImporter::VisitFunctionDecl(FunctionDecl *D) { VisitFunctionDecl() function in ASTNodeImporter
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp593 void ASTDeclWriter::VisitFunctionDecl(FunctionDecl *D) { VisitFunctionDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp941 void ASTDeclReader::VisitFunctionDecl(FunctionDecl *FD) { VisitFunctionDecl() function in ASTDeclReader
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2056 Decl *TemplateDeclInstantiator::VisitFunctionDecl( VisitFunctionDecl() function in TemplateDeclInstantiator
3774 Decl *TemplateDeclInstantiator::VisitFunctionDecl(FunctionDecl *D) { VisitFunctionDecl() function in TemplateDeclInstantiator
H A DAnalysisBasedWarnings.cpp2438 bool VisitFunctionDecl(FunctionDecl *Node) { VisitFunctionDecl() function in CallableVisitor