Searched refs:ContinuationIndentWidth (Results 1 – 5 of 5) sorted by relevance
390 unsigned ContinuationIndentWidth; member474 ContinuationIndentWidth == R.ContinuationIndentWidth &&
309 std::max(State.FirstIndent + Style.ContinuationIndentWidth, in addTokenOnCurrentLine()442 Style.ContinuationIndentWidth; in addTokenOnNewLine()517 Style.ContinuationIndentWidth; in getNewLineColumn()527 State.Stack.back().Indent + Style.ContinuationIndentWidth); in getNewLineColumn()604 return State.Stack.back().Indent + Style.ContinuationIndentWidth; in getNewLineColumn()783 NewParenState.Indent += Style.ContinuationIndentWidth; in moveStatePastFakeLParens()824 NewIndent = State.Stack.back().LastSpace + Style.ContinuationIndentWidth; in moveStatePastScopeOpener()832 NewIndent = Style.ContinuationIndentWidth + in moveStatePastScopeOpener()
253 IO.mapOptional("ContinuationIndentWidth", Style.ContinuationIndentWidth); in mapping()351 LLVMStyle.ContinuationIndentWidth = 4; in getLLVMStyle()447 ChromiumStyle.ContinuationIndentWidth = 8; in getChromiumStyle()
7859 EightIndent.ContinuationIndentWidth = 8; in TEST_F()8956 CHECK_PARSE("ContinuationIndentWidth: 11", ContinuationIndentWidth, 11u); in TEST_F()9840 TwoIndent.ContinuationIndentWidth = 2; in TEST_F()9848 SixIndent.ContinuationIndentWidth = 6; in TEST_F()
291 **ContinuationIndentWidth** (``unsigned``)