Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Format/
H A DContinuationIndenter.cpp471 (NewLineColumn == State.FirstIndent + Style.ContinuationIndentWidth || in mustBreak()
930 State.FirstIndent + Style.ContinuationIndentWidth) in addTokenOnNewLine()
953 Style.ContinuationIndentWidth; in addTokenOnNewLine()
1096 Style.ContinuationIndentWidth; in getNewLineColumn()
1106 CurrentState.Indent + Style.ContinuationIndentWidth); in getNewLineColumn()
1194 Indent -= Style.ContinuationIndentWidth; in getNewLineColumn()
1268 return CurrentState.Indent + Style.ContinuationIndentWidth; in getNewLineColumn()
1314 return CurrentState.Indent + Style.ContinuationIndentWidth; in getNewLineColumn()
1590 NewParenState.Indent += Style.ContinuationIndentWidth; in moveStatePastFakeLParens()
1648 NewIndent = CurrentState.LastSpace + Style.ContinuationIndentWidth; in moveStatePastScopeOpener()
[all …]
H A DFormat.cpp904 IO.mapOptional("ContinuationIndentWidth", Style.ContinuationIndentWidth); in mapping()
1368 LLVMStyle.ContinuationIndentWidth = 4; in getLLVMStyle()
1664 ChromiumStyle.ContinuationIndentWidth = 8; in getChromiumStyle()
1711 MozillaStyle.ContinuationIndentWidth = 2; in getMozillaStyle()
H A DBreakableToken.cpp595 return Style.ContinuationIndentWidth; in getContentIndent()
H A DUnwrappedLineFormatter.cpp80 Indent = Line.Level * Style.IndentWidth + Style.ContinuationIndentWidth; in nextLine()
/openbsd/gnu/llvm/clang/include/clang/Format/
H A DFormat.h1985 unsigned ContinuationIndentWidth; member
4222 ContinuationIndentWidth == R.ContinuationIndentWidth &&
/openbsd/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst212 Don't align, instead use ``ContinuationIndentWidth``, e.g.:
838 The wrapped lines are indented ``ContinuationIndentWidth`` spaces from
1377 ``ContinuationIndentWidth`` spaces from the start of the line.
2649 **ContinuationIndentWidth** (``Unsigned``) :versionbadge:`clang-format 3.7` :ref:`¶ <ContinuationIn…
2654 ContinuationIndentWidth: 2