Home
last modified time | relevance | path

Searched refs:ContinuationIndentWidth (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/Format/
DFormat.h338 unsigned ContinuationIndentWidth; member
414 ContinuationIndentWidth == R.ContinuationIndentWidth &&
/external/clang/lib/Format/
DContinuationIndenter.cpp405 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()
DFormat.cpp232 IO.mapOptional("ContinuationIndentWidth", Style.ContinuationIndentWidth); in mapping()
325 LLVMStyle.ContinuationIndentWidth = 4; in getLLVMStyle()
/external/clang/unittests/Format/
DFormatTest.cpp7182 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()
/external/clang/docs/
DClangFormatStyleOptions.rst196 **ContinuationIndentWidth** (``unsigned``)