Searched defs:VisitFunctionDecl (Results 1 - 15 of 15) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DCallGraph.h106 bool VisitFunctionDecl(FunctionDecl *FD) { function in class:clang::CallGraph
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp98 bool VisitFunctionDecl(FunctionDecl *D) { function in struct:__anon2967::PCHContainerGenerator::DebugTypeVisitor
H A DCodeGenPGO.cpp390 void VisitFunctionDecl(const FunctionDecl *D) { function in struct:__anon2940::ComputeRegionCounts
/freebsd-12-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp232 bool VisitFunctionDecl(const FunctionDecl *D) { function in class:__anon3074::IndexingDeclVisitor
H A DUSRGeneration.cpp220 void USRGenerator::VisitFunctionDecl(const FunctionDecl *D) { function in class:USRGenerator
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp419 bool VisitFunctionDecl(FunctionDecl *FD) { function in class:__anon3486::AnalysisConsumer
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h379 void VisitFunctionDecl(const FunctionDecl *D) { function in class:clang::ASTNodeTraverser
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp584 void DeclPrinter::VisitFunctionDecl(FunctionDecl *D) { function in class:DeclPrinter
H A DODRHash.cpp336 void VisitFunctionDecl(const FunctionDecl *D) { function in class:__anon2735::ODRDeclVisitor
H A DTextNodeDumper.cpp1278 void TextNodeDumper::VisitFunctionDecl(const FunctionDecl *D) { function in class:TextNodeDumper
H A DJSONNodeDumper.cpp784 void JSONNodeDumper::VisitFunctionDecl(const FunctionDecl *FD) { function in class:JSONNodeDumper
H A DASTImporter.cpp3134 ExpectedDecl ASTNodeImporter::VisitFunctionDecl(FunctionDecl *D) { function in class:ASTNodeImporter
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp537 void ASTDeclWriter::VisitFunctionDecl(FunctionDecl *D) { function in class:ASTDeclWriter
H A DASTReaderDecl.cpp835 void ASTDeclReader::VisitFunctionDecl(FunctionDecl *FD) { function in class:ASTDeclReader
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1796 Decl *TemplateDeclInstantiator::VisitFunctionDecl( function in class:TemplateDeclInstantiator
3401 Decl *TemplateDeclInstantiator::VisitFunctionDecl(FunctionDecl *D) { function in class:TemplateDeclInstantiator

Completed in 338 milliseconds