Searched refs:ContinuationIndentWidth (Results 1 – 6 of 6) sorted by relevance
471 (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 …]
904 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()
595 return Style.ContinuationIndentWidth; in getContentIndent()
80 Indent = Line.Level * Style.IndentWidth + Style.ContinuationIndentWidth; in nextLine()
1985 unsigned ContinuationIndentWidth; member4222 ContinuationIndentWidth == R.ContinuationIndentWidth &&
212 Don't align, instead use ``ContinuationIndentWidth``, e.g.:838 The wrapped lines are indented ``ContinuationIndentWidth`` spaces from1377 ``ContinuationIndentWidth`` spaces from the start of the line.2649 **ContinuationIndentWidth** (``Unsigned``) :versionbadge:`clang-format 3.7` :ref:`¶ <ContinuationIn…2654 ContinuationIndentWidth: 2