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.cpp1398 size_t Indentation = options().indentationSize() + in printLocalNames()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h313 size_t indentationSize() const { return IndentationSize; } in indentationSize() function