Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DDiagnosticIDs.cpp273 DiagnosticIDs::Level getLevel(unsigned DiagID) const { in getLevel() function in clang::diag::CustomDiagInfo
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.h1266 DiagnosticsEngine::Level getLevel() const { return Level; } in getLevel() function