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

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCallGraph.h97 bool VisitFunctionDecl(FunctionDecl *FD) { function in class:clang::CallGraph
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclPrinter.cpp397 void DeclPrinter::VisitFunctionDecl(FunctionDecl *D) { function in class:DeclPrinter
H A DASTDumper.cpp847 void ASTDumper::VisitFunctionDecl(const FunctionDecl *D) { function in class:ASTDumper
H A DASTImporter.cpp2645 Decl *ASTNodeImporter::VisitFunctionDecl(FunctionDecl *D) { function in class:ASTNodeImporter
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Index/
H A DUSRGeneration.cpp170 void USRGenerator::VisitFunctionDecl(const FunctionDecl *D) { function in class:USRGenerator
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp323 void ASTDeclWriter::VisitFunctionDecl(FunctionDecl *D) { function in class:ASTDeclWriter
H A DASTReaderDecl.cpp546 void ASTDeclReader::VisitFunctionDecl(FunctionDecl *FD) { function in class:ASTDeclReader
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp361 bool VisitFunctionDecl(FunctionDecl *FD) { function in class:__anon3638::AnalysisConsumer
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1182 Decl *TemplateDeclInstantiator::VisitFunctionDecl(FunctionDecl *D, function in class:TemplateDeclInstantiator
2305 Decl *TemplateDeclInstantiator::VisitFunctionDecl(FunctionDecl *D) { function in class:TemplateDeclInstantiator

Completed in 212 milliseconds