Searched refs:ContinuationIndentWidth (Results 1 – 6 of 6) sorted by relevance
498 (NewLineColumn == State.FirstIndent + Style.ContinuationIndentWidth || in mustBreak()776 State.FirstIndent + Style.ContinuationIndentWidth, CurrentState.Indent); in addTokenOnCurrentLine()1019 State.FirstIndent + Style.ContinuationIndentWidth) in addTokenOnNewLine()1042 Style.ContinuationIndentWidth; in addTokenOnNewLine()1223 Style.ContinuationIndentWidth; in getNewLineColumn()1233 CurrentState.Indent + Style.ContinuationIndentWidth); in getNewLineColumn()1349 Indent -= Style.ContinuationIndentWidth; in getNewLineColumn()1390 State.FirstIndent + Style.ContinuationIndentWidth); in getNewLineColumn()1429 return CurrentState.Indent + Style.ContinuationIndentWidth; in getNewLineColumn()1478 return CurrentState.Indent + Style.ContinuationIndentWidth; in getNewLineColumn()[all …]
984 IO.mapOptional("ContinuationIndentWidth", Style.ContinuationIndentWidth); in mapping()1492 LLVMStyle.ContinuationIndentWidth = 4; in getLLVMStyle()1801 ChromiumStyle.ContinuationIndentWidth = 8; in getChromiumStyle()1848 MozillaStyle.ContinuationIndentWidth = 2; in getMozillaStyle()
708 return Style.ContinuationIndentWidth; in getContentIndent()
89 Indent = Line.Level * Style.IndentWidth + Style.ContinuationIndentWidth; in nextLine()
53 ContinuationIndentWidth: 4
2436 unsigned ContinuationIndentWidth; member5050 ContinuationIndentWidth == R.ContinuationIndentWidth &&