Home
last modified time | relevance | path

Searched refs:ScopeLevel (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h136 LVLevel ScopeLevel = 0; variable
163 ScopeLevel = Object.ScopeLevel; in LVObject()
242 LVLevel getLevel() const { return ScopeLevel; } in getLevel()
243 void setLevel(LVLevel Level) { ScopeLevel = Level; } in setLevel()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVObject.cpp42 ? indentAsString(ScopeLevel) in indentAsString()