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
403 PrintDeclContext(DC, Indentation+2); in PrintDeclContext()
DCompilerInvocation.cpp1123 Opts.ProgramAction = frontend::PrintDeclContext; break; in ParseFrontendArgs()
2254 case frontend::PrintDeclContext: in ParsePreprocessorOutputArgs()
/external/clang/include/clang/Frontend/
DFrontendOptions.h51 PrintDeclContext, ///< Print DeclContext and their Decls. enumerator
/external/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp82 case PrintDeclContext: return llvm::make_unique<DeclContextPrintAction>(); in CreateFrontendBaseAction()