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

/external/clang/include/clang/Analysis/
H A DCallGraph.h106 bool VisitFunctionDecl(FunctionDecl *FD) { function in class:clang::CallGraph
/external/clang/tools/libclang/
H A DCursorVisitor.h202 bool VisitFunctionDecl(FunctionDecl *ND);
H A DIndexDecl.cpp62 bool VisitFunctionDecl(FunctionDecl *D) { function in class:__anon4325::IndexingDeclVisitor
H A DCIndexUSRs.cpp72 void VisitFunctionDecl(FunctionDecl *D);
184 void USRGenerator::VisitFunctionDecl(FunctionDecl *D) { function in class:USRGenerator
285 VisitFunctionDecl(D->getTemplatedDecl());
H A DCIndex.cpp708 bool CursorVisitor::VisitFunctionDecl(FunctionDecl *ND) { function in class:CursorVisitor
820 return VisitFunctionDecl(D->getTemplatedDecl());
/external/clang/include/clang/Sema/
H A DTemplate.h395 Decl *VisitFunctionDecl(FunctionDecl *D,
/external/clang/lib/AST/
H A DDeclPrinter.cpp56 void VisitFunctionDecl(FunctionDecl *D);
389 void DeclPrinter::VisitFunctionDecl(FunctionDecl *D) { function in class:DeclPrinter
H A DASTImporter.cpp134 Decl *VisitFunctionDecl(FunctionDecl *D);
2458 Decl *ASTNodeImporter::VisitFunctionDecl(FunctionDecl *D) { function in class:ASTNodeImporter
2608 return VisitFunctionDecl(D);
/external/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp256 bool VisitFunctionDecl(FunctionDecl *FD) { function in class:__anon3513::AnalysisConsumer
/external/v8/tools/gcmole/
H A Dgcmole.cc225 virtual bool VisitFunctionDecl(clang::FunctionDecl* decl) { function in class:__anon11582::FunctionDeclarationFinder
1248 virtual bool VisitFunctionDecl(clang::FunctionDecl* decl) { function in class:__anon11582::ProblemsFinder
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp78 void VisitFunctionDecl(FunctionDecl *D);
306 void ASTDeclWriter::VisitFunctionDecl(FunctionDecl *D) { function in class:ASTDeclWriter
945 VisitFunctionDecl(D);
H A DASTReaderDecl.cpp243 void VisitFunctionDecl(FunctionDecl *FD);
496 void ASTDeclReader::VisitFunctionDecl(FunctionDecl *FD) { function in class:ASTDeclReader
1207 VisitFunctionDecl(D);
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp929 Instantiated = cast_or_null<FunctionDecl>(VisitFunctionDecl(
944 "VisitFunctionDecl/CXXMethodDecl didn't create a template!");
1012 Decl *TemplateDeclInstantiator::VisitFunctionDecl(FunctionDecl *D, function in class:TemplateDeclInstantiator

Completed in 113 milliseconds