Home
last modified time | relevance | path

Searched refs:PrintDeclContext (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Frontend/
DASTConsumers.cpp190 PrintDeclContext(C.getTranslationUnitDecl(), 4); in HandleTranslationUnit()
193 void PrintDeclContext(const DeclContext* DC, unsigned Indentation);
197 void DeclContextPrinter::PrintDeclContext(const DeclContext* DC, in PrintDeclContext() function in DeclContextPrinter
405 PrintDeclContext(DC, Indentation+2); in PrintDeclContext()
DCompilerInvocation.cpp951 Opts.ProgramAction = frontend::PrintDeclContext; break; in ParseFrontendArgs()
1943 case frontend::PrintDeclContext: in ParsePreprocessorOutputArgs()
/external/clang/include/clang/Frontend/
DFrontendOptions.h50 PrintDeclContext, ///< Print DeclContext and their Decls. enumerator
/external/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp79 case PrintDeclContext: return new DeclContextPrintAction(); in CreateFrontendBaseAction()