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.h143 LVLevel ScopeLevel = 0; variable
176 ScopeLevel = Object.ScopeLevel; in LVObject()
243 LVLevel getLevel() const { return ScopeLevel; } in getLevel()
244 void setLevel(LVLevel Level) { ScopeLevel = Level; } in setLevel()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVObject.cpp40 ? indentAsString(ScopeLevel) in indentAsString()