Searched refs:VisitFunctionDecl (Results 1 - 19 of 19) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCallGraph.cpp85 G->VisitFunctionDecl(FD);
87 G->VisitFunctionDecl(MD);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DCallGraph.h112 bool VisitFunctionDecl(FunctionDecl *FD) { function in class:clang::CallGraph
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp86 void VisitFunctionDecl(const FunctionDecl *D);
221 void USRGenerator::VisitFunctionDecl(const FunctionDecl *D) { function in class:USRGenerator
373 VisitFunctionDecl(D->getTemplatedDecl());
H A DIndexDecl.cpp237 bool VisitFunctionDecl(const FunctionDecl *D) { function in class:__anon1942::IndexingDeclVisitor
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp98 bool VisitFunctionDecl(FunctionDecl *D) { function in struct:__anon1828::PCHContainerGenerator::DebugTypeVisitor
H A DCodeGenPGO.cpp393 void VisitFunctionDecl(const FunctionDecl *D) { function in struct:__anon1801::ComputeRegionCounts
885 Walker.VisitFunctionDecl(FD);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h240 void VisitFunctionDecl(const FunctionDecl *FD);
H A DTextNodeDumper.h324 void VisitFunctionDecl(const FunctionDecl *D);
H A DASTNodeTraverser.h384 void VisitFunctionDecl(const FunctionDecl *D) { function in class:clang::ASTNodeTraverser
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplate.h534 Decl *VisitFunctionDecl(FunctionDecl *D,
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp336 void VisitFunctionDecl(const FunctionDecl *D) { function in class:__anon1593::ODRDeclVisitor
340 Inherited::VisitFunctionDecl(D);
H A DDeclPrinter.cpp68 void VisitFunctionDecl(FunctionDecl *D);
584 void DeclPrinter::VisitFunctionDecl(FunctionDecl *D) { function in class:DeclPrinter
797 VisitFunctionDecl(FD);
H A DJSONNodeDumper.cpp792 void JSONNodeDumper::VisitFunctionDecl(const FunctionDecl *FD) { function in class:JSONNodeDumper
H A DTextNodeDumper.cpp1540 void TextNodeDumper::VisitFunctionDecl(const FunctionDecl *D) { function in class:TextNodeDumper
H A DASTImporter.cpp496 ExpectedDecl VisitFunctionDecl(FunctionDecl *D);
1600 // VisitFunctionDecl::UsedDifferentProtoType.
3134 ExpectedDecl ASTNodeImporter::VisitFunctionDecl(FunctionDecl *D) { function in class:ASTNodeImporter
3484 return VisitFunctionDecl(D);
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp295 bool VisitFunctionDecl(FunctionDecl *FD) { function in class:__anon2377::AnalysisConsumer
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp90 void VisitFunctionDecl(FunctionDecl *D);
538 void ASTDeclWriter::VisitFunctionDecl(FunctionDecl *D) { function in class:ASTDeclWriter
676 VisitFunctionDecl(D);
1372 VisitFunctionDecl(D);
H A DASTReaderDecl.cpp360 void VisitFunctionDecl(FunctionDecl *FD);
840 void ASTDeclReader::VisitFunctionDecl(FunctionDecl *FD) { function in class:ASTDeclReader
1939 VisitFunctionDecl(D);
1944 VisitFunctionDecl(D);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1646 Instantiated = cast_or_null<FunctionDecl>(VisitFunctionDecl(
1659 "VisitFunctionDecl/CXXMethodDecl didn't create a template!");
1792 Decl *TemplateDeclInstantiator::VisitFunctionDecl( function in class:TemplateDeclInstantiator
3405 Decl *TemplateDeclInstantiator::VisitFunctionDecl(FunctionDecl *D) { function in class:TemplateDeclInstantiator
3406 return VisitFunctionDecl(D, nullptr);
3411 Decl *Inst = VisitFunctionDecl(D, nullptr);
3747 R = Instantiator.VisitFunctionDecl(

Completed in 377 milliseconds