Home
last modified time | relevance | path

Searched defs:getLevel (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDDiagnosticIDs.cpp273 DiagnosticIDs::Level getLevel(unsigned DiagID) const { in getLevel() function in clang::diag::CustomDiagInfo
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDDiagnostic.h1281 DiagnosticsEngine::Level getLevel() const { return Level; } in getLevel() function