Home
last modified time | relevance | path

Searched refs:indentationSize (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVRange.cpp150 Indentation = options().indentationSize(); in print()
H A DLVScope.cpp1387 size_t Indentation = options().indentationSize() + in addLineZero()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h312 size_t indentationSize() const { return IndentationSize; } in indentationSize() function