Searched refs:ContinuationIndentWidth (Results 1 – 3 of 3) sorted by relevance
212 unsigned ContinuationIndentWidth; member479 ContinuationIndentWidth == R.ContinuationIndentWidth &&
173 (NewLineColumn == State.FirstIndent + Style.ContinuationIndentWidth || in mustBreak()319 std::max(State.FirstIndent + Style.ContinuationIndentWidth, in addTokenOnCurrentLine()449 State.FirstIndent + Style.ContinuationIndentWidth) in addTokenOnNewLine()471 Style.ContinuationIndentWidth; in addTokenOnNewLine()547 Style.ContinuationIndentWidth; in getNewLineColumn()557 State.Stack.back().Indent + Style.ContinuationIndentWidth); in getNewLineColumn()607 State.FirstIndent + Style.ContinuationIndentWidth) in getNewLineColumn()647 return State.Stack.back().Indent + Style.ContinuationIndentWidth; in getNewLineColumn()829 NewParenState.Indent += Style.ContinuationIndentWidth; in moveStatePastFakeLParens()873 NewIndent = State.Stack.back().LastSpace + Style.ContinuationIndentWidth; in moveStatePastScopeOpener()[all …]
236 IO.mapOptional("ContinuationIndentWidth", Style.ContinuationIndentWidth); in mapping()370 LLVMStyle.ContinuationIndentWidth = 4; in getLLVMStyle()466 ChromiumStyle.ContinuationIndentWidth = 8; in getChromiumStyle()490 MozillaStyle.ContinuationIndentWidth = 2; in getMozillaStyle()