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

/external/clang/include/clang/Analysis/
H A DCallGraph.h107 bool VisitFunctionDecl(FunctionDecl *FD) { function in class:clang::CallGraph
/external/clang/tools/libclang/
H A DCursorVisitor.h213 bool VisitFunctionDecl(FunctionDecl *ND);
H A DIndexDecl.cpp62 bool VisitFunctionDecl(FunctionDecl *D) { function in class:__anon4848::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.cpp725 bool CursorVisitor::VisitFunctionDecl(FunctionDecl *ND) { function in class:CursorVisitor
837 return VisitFunctionDecl(D->getTemplatedDecl());
/external/clang/include/clang/Sema/
H A DTemplate.h398 Decl *VisitFunctionDecl(FunctionDecl *D,
/external/clang/lib/AST/
H A DDeclPrinter.cpp53 void VisitFunctionDecl(FunctionDecl *D);
392 void DeclPrinter::VisitFunctionDecl(FunctionDecl *D) { function in class:DeclPrinter
H A DASTImporter.cpp135 Decl *VisitFunctionDecl(FunctionDecl *D);
2434 Decl *ASTNodeImporter::VisitFunctionDecl(FunctionDecl *D) { function in class:ASTNodeImporter
2584 return VisitFunctionDecl(D);
/external/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp293 bool VisitFunctionDecl(FunctionDecl *FD) { function in class:__anon3970::AnalysisConsumer
/external/v8/tools/gcmole/
H A Dgcmole.cc225 virtual bool VisitFunctionDecl(clang::FunctionDecl* decl) { function in class:__anon12944::FunctionDeclarationFinder
1248 virtual bool VisitFunctionDecl(clang::FunctionDecl* decl) { function in class:__anon12944::ProblemsFinder
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp78 void VisitFunctionDecl(FunctionDecl *D);
307 void ASTDeclWriter::VisitFunctionDecl(FunctionDecl *D) { function in class:ASTDeclWriter
947 VisitFunctionDecl(D);
H A DASTReaderDecl.cpp244 void VisitFunctionDecl(FunctionDecl *FD);
497 void ASTDeclReader::VisitFunctionDecl(FunctionDecl *FD) { function in class:ASTDeclReader
1207 VisitFunctionDecl(D);
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp931 Instantiated = cast_or_null<FunctionDecl>(VisitFunctionDecl(
944 "VisitFunctionDecl/CXXMethodDecl didn't create a template!");
1016 Decl *TemplateDeclInstantiator::VisitFunctionDecl(FunctionDecl *D, function in class:TemplateDeclInstantiator

Completed in 4608 milliseconds