Searched refs:ContinuationIndentWidth (Results 1 – 5 of 5) sorted by relevance
338 unsigned ContinuationIndentWidth; member414 ContinuationIndentWidth == R.ContinuationIndentWidth &&
405 Style.ContinuationIndentWidth; in addTokenOnNewLine()480 Style.ContinuationIndentWidth; in getNewLineColumn()566 return State.Stack.back().Indent + Style.ContinuationIndentWidth; in getNewLineColumn()619 State.Stack.back().Indent += Style.ContinuationIndentWidth; in moveStateToNextToken()739 NewParenState.Indent += Style.ContinuationIndentWidth; in moveStatePastFakeLParens()826 NewIndent += Style.ContinuationIndentWidth; in moveStatePastScopeOpener()837 NewIndent = Style.ContinuationIndentWidth + in moveStatePastScopeOpener()892 ? Style.ContinuationIndentWidth in moveStateToNewBlock()
232 IO.mapOptional("ContinuationIndentWidth", Style.ContinuationIndentWidth); in mapping()325 LLVMStyle.ContinuationIndentWidth = 4; in getLLVMStyle()
7182 EightIndent.ContinuationIndentWidth = 8; in TEST_F()8151 CHECK_PARSE("ContinuationIndentWidth: 11", ContinuationIndentWidth, 11u); in TEST_F()8939 TwoIndent.ContinuationIndentWidth = 2; in TEST_F()8947 SixIndent.ContinuationIndentWidth = 6; in TEST_F()
196 **ContinuationIndentWidth** (``unsigned``)