Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/ADT/
H A DBreadthFirstIterator.h144 unsigned getLevel() const { return Level; } in getLevel() function
/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h65 inline std::optional<CodeGenOptLevel> getLevel(int OL) { in getLevel() function
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/Utils/
H A DSparseTensorIterator.h62 Level getLevel() const { return lvl; } in getLevel() function
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertUtils.h266 Level getLevel() const { return CurrentLevel; } in getLevel() function
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h242 LVLevel getLevel() const { return ScopeLevel; } in getLevel() function
/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp375 DiagnosticIDs::Level getLevel(unsigned DiagID) const { getLevel() function in clang::diag::CustomDiagInfo
/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1717 DiagnosticsEngine::Level getLevel() const { return Level; } getLevel() function