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 DeclContextPrinter403 PrintDeclContext(DC, Indentation+2); in PrintDeclContext()
1123 Opts.ProgramAction = frontend::PrintDeclContext; break; in ParseFrontendArgs()2254 case frontend::PrintDeclContext: in ParsePreprocessorOutputArgs()
51 PrintDeclContext, ///< Print DeclContext and their Decls. enumerator
82 case PrintDeclContext: return llvm::make_unique<DeclContextPrintAction>(); in CreateFrontendBaseAction()