Searched refs:ContinuationIndentWidth (Results 1 – 16 of 16) sorted by relevance
8 ContinuationIndentWidth: 814 ContinuationIndentWidth: 8
196 (NewLineColumn == State.FirstIndent + Style.ContinuationIndentWidth || in mustBreak()341 std::max(State.FirstIndent + Style.ContinuationIndentWidth, in addTokenOnCurrentLine()499 State.FirstIndent + Style.ContinuationIndentWidth) in addTokenOnNewLine()521 Style.ContinuationIndentWidth; in addTokenOnNewLine()604 Style.ContinuationIndentWidth; in getNewLineColumn()614 State.Stack.back().Indent + Style.ContinuationIndentWidth); in getNewLineColumn()664 State.FirstIndent + Style.ContinuationIndentWidth) in getNewLineColumn()704 return State.Stack.back().Indent + Style.ContinuationIndentWidth; in getNewLineColumn()746 State.FirstIndent + Style.ContinuationIndentWidth; in moveStateToNextToken()896 NewParenState.Indent += Style.ContinuationIndentWidth; in moveStatePastFakeLParens()[all …]
304 IO.mapOptional("ContinuationIndentWidth", Style.ContinuationIndentWidth); in mapping()521 LLVMStyle.ContinuationIndentWidth = 4; in getLLVMStyle()634 ChromiumStyle.ContinuationIndentWidth = 8; in getChromiumStyle()660 MozillaStyle.ContinuationIndentWidth = 2; in getMozillaStyle()
315 unsigned ContinuationIndentWidth; member670 ContinuationIndentWidth == R.ContinuationIndentWidth &&
6 ContinuationIndentWidth: 2
8 ContinuationIndentWidth: 8
56 ContinuationIndentWidth: 8147 ContinuationIndentWidth: 8
45 ContinuationIndentWidth: 4
58 ContinuationIndentWidth: 3
9 ContinuationIndentWidth: 8
52 ContinuationIndentWidth: 4
78 ContinuationIndentWidth: 4
170 Don't align, instead use ``ContinuationIndentWidth``, e.g.:317 ``ContinuationIndentWidth`` spaces from the start of the line.436 **ContinuationIndentWidth** (``unsigned``)
8361 EightIndent.ContinuationIndentWidth = 8; in TEST_F()10221 CHECK_PARSE("ContinuationIndentWidth: 11", ContinuationIndentWidth, 11u); in TEST_F()11281 TwoIndent.ContinuationIndentWidth = 2; in TEST_F()11289 SixIndent.ContinuationIndentWidth = 6; in TEST_F()