HomeSort by relevance Sort by last modified time
    Searched refs:PrintDeclContext (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Frontend/
ASTConsumers.cpp 177 PrintDeclContext(C.getTranslationUnitDecl(), 4);
180 void PrintDeclContext(const DeclContext* DC, unsigned Indentation);
184 void DeclContextPrinter::PrintDeclContext(const DeclContext* DC,
394 PrintDeclContext(DC, Indentation+2);
CompilerInvocation.cpp 647 Opts.ProgramAction = frontend::PrintDeclContext; break;
    [all...]
  /external/clang/include/clang/Frontend/
FrontendOptions.h 48 PrintDeclContext, ///< Print DeclContext and their Decls.
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 83 case PrintDeclContext: return new DeclContextPrintAction();

Completed in 102 milliseconds