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

/external/clang/lib/Index/
H A DUSRGeneration.cpp77 void VisitFunctionDecl(const FunctionDecl *D);
196 void USRGenerator::VisitFunctionDecl(const FunctionDecl *D) { function in class:USRGenerator
297 VisitFunctionDecl(D->getTemplatedDecl());
/external/clang/include/clang/Analysis/
H A DCallGraph.h97 bool VisitFunctionDecl(FunctionDecl *FD) { function in class:clang::CallGraph
/external/clang/tools/libclang/
H A DCursorVisitor.h213 bool VisitFunctionDecl(FunctionDecl *ND);
H A DIndexDecl.cpp69 bool VisitFunctionDecl(const FunctionDecl *D) { function in class:__anon19525::IndexingDeclVisitor
H A DCIndex.cpp775 bool CursorVisitor::VisitFunctionDecl(FunctionDecl *ND) { function in class:CursorVisitor
893 return VisitFunctionDecl(D->getTemplatedDecl());
/external/clang/include/clang/Sema/
H A DTemplate.h425 Decl *VisitFunctionDecl(FunctionDecl *D,
/external/clang/lib/AST/
H A DDeclPrinter.cpp55 void VisitFunctionDecl(FunctionDecl *D);
386 void DeclPrinter::VisitFunctionDecl(FunctionDecl *D) { function in class:DeclPrinter
607 VisitFunctionDecl(FD);
H A DASTDumper.cpp243 void VisitFunctionDecl(const FunctionDecl *D);
896 void ASTDumper::VisitFunctionDecl(const FunctionDecl *D) { function in class:ASTDumper
H A DASTImporter.cpp140 Decl *VisitFunctionDecl(FunctionDecl *D);
2645 Decl *ASTNodeImporter::VisitFunctionDecl(FunctionDecl *D) { function in class:ASTNodeImporter
2819 return VisitFunctionDecl(D);
/external/clang/lib/CodeGen/
H A DCodeGenPGO.cpp396 void VisitFunctionDecl(const FunctionDecl *D) { function in struct:__anon17861::ComputeRegionCounts
867 Walker.VisitFunctionDecl(FD);
/external/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp344 bool VisitFunctionDecl(FunctionDecl *FD) { function in class:__anon18287::AnalysisConsumer
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc224 virtual bool VisitFunctionDecl(clang::FunctionDecl* decl) { function in class:__anon17419::FunctionDeclarationFinder
1225 virtual bool VisitFunctionDecl(clang::FunctionDecl* decl) { function in class:__anon17419::ProblemsFinder
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp81 void VisitFunctionDecl(FunctionDecl *D);
349 void ASTDeclWriter::VisitFunctionDecl(FunctionDecl *D) { function in class:ASTDeclWriter
1019 VisitFunctionDecl(D);
H A DASTReaderDecl.cpp268 void VisitFunctionDecl(FunctionDecl *FD);
570 void ASTDeclReader::VisitFunctionDecl(FunctionDecl *FD) { function in class:ASTDeclReader
1492 VisitFunctionDecl(D);
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1103 Instantiated = cast_or_null<FunctionDecl>(VisitFunctionDecl(
1116 "VisitFunctionDecl/CXXMethodDecl didn't create a template!");
1223 Decl *TemplateDeclInstantiator::VisitFunctionDecl(FunctionDecl *D, function in class:TemplateDeclInstantiator
2325 Decl *TemplateDeclInstantiator::VisitFunctionDecl(FunctionDecl *D) { function in class:TemplateDeclInstantiator
2326 return VisitFunctionDecl(D, nullptr);

Completed in 259 milliseconds