Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Frontend/
DTextDiagnostic.cpp34 clang::DiagnosticsEngine::Level level, bool showColors) { in PrintDiagnosticLevel() argument
35 if (showColors) { in PrintDiagnosticLevel()
80 if (showColors) in PrintDiagnosticLevel()
86 bool isSupplemental, llvm::StringRef message, bool showColors) { in PrintDiagnosticMessage() argument
87 if (showColors && !isSupplemental) { in PrintDiagnosticMessage()
94 if (showColors) in PrintDiagnosticMessage()
/external/llvm-project/flang/include/flang/Frontend/
DTextDiagnostic.h50 clang::DiagnosticsEngine::Level level, bool showColors);
65 llvm::StringRef message, bool showColors);