Searched refs:ContinuationIndentWidth (Results 1 – 7 of 7) sorted by relevance
308 unsigned ContinuationIndentWidth; member625 ContinuationIndentWidth == R.ContinuationIndentWidth &&
177 (NewLineColumn == State.FirstIndent + Style.ContinuationIndentWidth || in mustBreak()324 std::max(State.FirstIndent + Style.ContinuationIndentWidth, in addTokenOnCurrentLine()463 State.FirstIndent + Style.ContinuationIndentWidth) in addTokenOnNewLine()485 Style.ContinuationIndentWidth; in addTokenOnNewLine()562 Style.ContinuationIndentWidth; in getNewLineColumn()572 State.Stack.back().Indent + Style.ContinuationIndentWidth); in getNewLineColumn()622 State.FirstIndent + Style.ContinuationIndentWidth) in getNewLineColumn()662 return State.Stack.back().Indent + Style.ContinuationIndentWidth; in getNewLineColumn()700 State.FirstIndent + Style.ContinuationIndentWidth; in moveStateToNextToken()849 NewParenState.Indent += Style.ContinuationIndentWidth; in moveStatePastFakeLParens()[all …]
283 IO.mapOptional("ContinuationIndentWidth", Style.ContinuationIndentWidth); in mapping()496 LLVMStyle.ContinuationIndentWidth = 4; in getLLVMStyle()600 ChromiumStyle.ContinuationIndentWidth = 8; in getChromiumStyle()625 MozillaStyle.ContinuationIndentWidth = 2; in getMozillaStyle()
8 ContinuationIndentWidth: 8
45 ContinuationIndentWidth: 4
169 Don't align, instead use ``ContinuationIndentWidth``, e.g.:295 ``ContinuationIndentWidth`` spaces from the start of the line.399 **ContinuationIndentWidth** (``unsigned``)
8151 EightIndent.ContinuationIndentWidth = 8; in TEST_F()9784 CHECK_PARSE("ContinuationIndentWidth: 11", ContinuationIndentWidth, 11u); in TEST_F()10821 TwoIndent.ContinuationIndentWidth = 2; in TEST_F()10829 SixIndent.ContinuationIndentWidth = 6; in TEST_F()