Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DBreadthFirstIterator.h144 unsigned getLevel() const { return Level; } in getLevel() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DCodeGen.h66 inline std::optional<Level> getLevel(IDType ID) { in getLevel() function
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h258 LVLevel getLevel() const { return ScopeLevel; } in getLevel() function
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DDiagnosticIDs.cpp377 DiagnosticIDs::Level getLevel(unsigned DiagID) const { in getLevel() function in clang::diag::CustomDiagInfo
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDiagnostic.h1712 DiagnosticsEngine::Level getLevel() const { return Level; } in getLevel() function