Searched defs:toLevel (Results 1 – 2 of 2) sorted by relevance
112 public static Level toLevel(String sArg) { in toLevel() method in Level121 public static Level toLevel(int val) { in toLevel() method in Level129 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 Level
366 static DiagnosticIDs::Level toLevel(diag::Severity SV) { in toLevel() function