Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVOptions.cpp264 IndentationSize += String.length(); in calculateIndentationSize()
267 ++IndentationSize; in calculateIndentationSize()
270 IndentationSize += String.length(); in calculateIndentationSize()
276 IndentationSize += Stream.tellp(); in calculateIndentationSize()
279 ++IndentationSize; in calculateIndentationSize()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h282 size_t IndentationSize = 0; variable
313 size_t indentationSize() const { return IndentationSize; } in indentationSize()