HomeSort by relevance Sort by last modified time
    Searched defs:VisitFunctionDecl (Results 1 - 13 of 13) sorted by null

  /external/clang/tools/libclang/
IndexDecl.cpp 69 bool VisitFunctionDecl(const FunctionDecl *D) {
CIndex.cpp 775 bool CursorVisitor::VisitFunctionDecl(FunctionDecl *ND) {
893 return VisitFunctionDecl(D->getTemplatedDecl());
    [all...]
  /external/clang/include/clang/Analysis/
CallGraph.h 97 bool VisitFunctionDecl(FunctionDecl *FD) {
  /external/clang/lib/Index/
USRGeneration.cpp 77 void VisitFunctionDecl(const FunctionDecl *D);
196 void USRGenerator::VisitFunctionDecl(const FunctionDecl *D) {
297 VisitFunctionDecl(D->getTemplatedDecl());
  /external/clang/lib/AST/
DeclPrinter.cpp 55 void VisitFunctionDecl(FunctionDecl *D);
386 void DeclPrinter::VisitFunctionDecl(FunctionDecl *D) {
607 VisitFunctionDecl(FD);
    [all...]
ASTDumper.cpp 243 void VisitFunctionDecl(const FunctionDecl *D);
896 void ASTDumper::VisitFunctionDecl(const FunctionDecl *D) {
    [all...]
ASTImporter.cpp 140 Decl *VisitFunctionDecl(FunctionDecl *D);
    [all...]
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 396 void VisitFunctionDecl(const FunctionDecl *D) {
867 Walker.VisitFunctionDecl(FD);
    [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 344 bool VisitFunctionDecl(FunctionDecl *FD) {
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 81 void VisitFunctionDecl(FunctionDecl *D);
349 void ASTDeclWriter::VisitFunctionDecl(FunctionDecl *D) {
    [all...]
ASTReaderDecl.cpp 268 void VisitFunctionDecl(FunctionDecl *FD);
570 void ASTDeclReader::VisitFunctionDecl(FunctionDecl *FD) {
    [all...]
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 224 virtual bool VisitFunctionDecl(clang::FunctionDecl* decl) {
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]

Completed in 246 milliseconds