Searched refs:PrintDeclContext (Results 1 – 4 of 4) sorted by relevance
190 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 DeclContextPrinter405 PrintDeclContext(DC, Indentation+2); in PrintDeclContext()
951 Opts.ProgramAction = frontend::PrintDeclContext; break; in ParseFrontendArgs()1943 case frontend::PrintDeclContext: in ParsePreprocessorOutputArgs()
50 PrintDeclContext, ///< Print DeclContext and their Decls. enumerator
79 case PrintDeclContext: return new DeclContextPrintAction(); in CreateFrontendBaseAction()