Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DBreadthFirstIterator.h145 unsigned getLevel() const { return Level; } in getLevel() function
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertUtils.h268 Level getLevel() const { return CurrentLevel; } in getLevel() function
/llvm-project-15.0.7/clang/lib/Basic/
H A DDiagnosticIDs.cpp376 DiagnosticIDs::Level getLevel(unsigned DiagID) const { in getLevel() function in clang::diag::CustomDiagInfo
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnostic.h1707 DiagnosticsEngine::Level getLevel() const { return Level; } in getLevel() function