Searched refs:ContinuationIndentWidth (Results 1 – 5 of 5) sorted by relevance
438 (NewLineColumn == State.FirstIndent + Style.ContinuationIndentWidth || in mustBreak()616 std::max(State.FirstIndent + Style.ContinuationIndentWidth, in addTokenOnCurrentLine()832 State.FirstIndent + Style.ContinuationIndentWidth) in addTokenOnNewLine()855 Style.ContinuationIndentWidth; in addTokenOnNewLine()976 Style.ContinuationIndentWidth; in getNewLineColumn()986 State.Stack.back().Indent + Style.ContinuationIndentWidth); in getNewLineColumn()1063 Indent -= Style.ContinuationIndentWidth; in getNewLineColumn()1087 State.FirstIndent + Style.ContinuationIndentWidth); in getNewLineColumn()1158 return State.Stack.back().Indent + Style.ContinuationIndentWidth; in getNewLineColumn()1409 NewParenState.Indent += Style.ContinuationIndentWidth; in moveStatePastFakeLParens()[all …]
640 IO.mapOptional("ContinuationIndentWidth", Style.ContinuationIndentWidth); in mapping()1039 LLVMStyle.ContinuationIndentWidth = 4; in getLLVMStyle()1311 ChromiumStyle.ContinuationIndentWidth = 8; in getChromiumStyle()1358 MozillaStyle.ContinuationIndentWidth = 2; in getMozillaStyle()
597 return Style.ContinuationIndentWidth; in getContentIndent()
70 Indent = Line.Level * Style.IndentWidth + Style.ContinuationIndentWidth; in nextLine()
1929 unsigned ContinuationIndentWidth; member3431 ContinuationIndentWidth == R.ContinuationIndentWidth &&