Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DBreadthFirstIterator.h144 unsigned getLevel() const { return Level; } in getLevel() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h65 inline std::optional<CodeGenOptLevel> getLevel(int OL) { in getLevel() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h242 LVLevel getLevel() const { return ScopeLevel; } in getLevel() function
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp362 DiagnosticIDs::Level getLevel(unsigned DiagID) const { getLevel() function in clang::diag::CustomDiagInfo
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1717 DiagnosticsEngine::Level getLevel() const { return Level; } in getLevel() function