Searched refs:toLevel (Results 1 – 3 of 3) sorted by relevance
112 public static Level toLevel(String sArg) { in toLevel() method in Level113 return (Level) toLevel(sArg, Level.DEBUG); in toLevel()121 public static Level toLevel(int val) { in toLevel() method in Level122 return (Level) toLevel(val, Level.DEBUG); in toLevel()129 public static Level toLevel(int val, Level defaultLevel) { in toLevel() method in Level157 public static Level toLevel(String sArg, Level defaultLevel) { in toLevel() method in Level221 return toLevel(level); in readResolve()
147 return Level.toLevel(sArg); in toPriority()161 return Level.toLevel(val, (Level) defaultPriority); in toPriority()168 return Level.toLevel(sArg, (Level) defaultPriority); in toPriority()
366 static DiagnosticIDs::Level toLevel(diag::Severity SV) { in toLevel() function396 return toLevel(getDiagnosticSeverity(DiagID, Loc, Diag)); in getDiagnosticLevel()