Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp73 const unsigned WordWrapIndentation = 6; variable
639 OS.indent(WordWrapIndentation); in printWordWrapped()
642 Column = WordWrapIndentation + WordLength; in printWordWrapped()