Home | History | Annotate | Download | only in Format

Lines Matching refs:ContinuationIndentWidth

309           std::max(State.FirstIndent + Style.ContinuationIndentWidth,
442 Style.ContinuationIndentWidth;
517 Style.ContinuationIndentWidth;
527 State.Stack.back().Indent + Style.ContinuationIndentWidth);
604 return State.Stack.back().Indent + Style.ContinuationIndentWidth;
783 NewParenState.Indent += Style.ContinuationIndentWidth;
824 NewIndent = State.Stack.back().LastSpace + Style.ContinuationIndentWidth;
832 NewIndent = Style.ContinuationIndentWidth +