Searched refs:ShouldShowColor (Results 1 – 1 of 1) sorted by relevance
560 CheckColoredDiagnosticsAction(bool ShouldShowColor) in CheckColoredDiagnosticsAction()561 : ShouldShowColor(ShouldShowColor) {} in CheckColoredDiagnosticsAction()564 if (Compiler.getDiagnosticOpts().ShowColors != ShouldShowColor) in CreateASTConsumer()573 bool ShouldShowColor = true; member