Lines Matching refs:Level
30 DiagnosticsEngine::Level Level;
32 PrettyDiag(StringRef name, StringRef flag, DiagnosticsEngine::Level level)
33 : Name(name), Flag(flag), Level(level) {}
43 static char getCharForLevel(DiagnosticsEngine::Level Level) {
44 switch (Level) {
53 llvm_unreachable("Unknown diagnostic level");
129 DiagnosticsEngine::Level DiagLevel =
142 Out << getCharForLevel(I->Level) << " ";