Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DTextDiagnostic.h51 static void printDiagnosticLevel(raw_ostream &OS,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DTextDiagnosticPrinter.cpp136 TextDiagnostic::printDiagnosticLevel(OS, Level, DiagOpts->ShowColors); in HandleDiagnostic()
H A DTextDiagnostic.cpp687 printDiagnosticLevel(OS, Level, DiagOpts->ShowColors); in emitDiagnosticMessage()
695 TextDiagnostic::printDiagnosticLevel(raw_ostream &OS, in printDiagnosticLevel() function in TextDiagnostic