Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Tooling/
H A DToolingTest.cpp560 CheckColoredDiagnosticsAction(bool ShouldShowColor) in CheckColoredDiagnosticsAction()
561 : ShouldShowColor(ShouldShowColor) {} in CheckColoredDiagnosticsAction()
564 if (Compiler.getDiagnosticOpts().ShowColors != ShouldShowColor) in CreateASTConsumer()
573 bool ShouldShowColor = true; member