Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DTextDiagnostic.h60 static void printDiagnosticLevel(raw_ostream &OS,
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnosticPrinter.cpp136 TextDiagnostic::printDiagnosticLevel(OS, Level, DiagOpts->ShowColors); in HandleDiagnostic()
H A DTextDiagnostic.cpp677 printDiagnosticLevel(OS, Level, DiagOpts->ShowColors); in emitDiagnosticMessage()
685 TextDiagnostic::printDiagnosticLevel(raw_ostream &OS, in printDiagnosticLevel() function in TextDiagnostic