Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
DBreadthFirstIterator.h144 unsigned getLevel() const { return Level; } in getLevel() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
DDiagnosticIDs.cpp374 DiagnosticIDs::Level getLevel(unsigned DiagID) const { in getLevel() function in clang::diag::CustomDiagInfo
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DDiagnostic.h1678 DiagnosticsEngine::Level getLevel() const { return Level; } in getLevel() function