Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h308 unsigned ContinuationIndentWidth; member
625 ContinuationIndentWidth == R.ContinuationIndentWidth &&
/external/clang/lib/Format/
DContinuationIndenter.cpp177 (NewLineColumn == State.FirstIndent + Style.ContinuationIndentWidth || in mustBreak()
324 std::max(State.FirstIndent + Style.ContinuationIndentWidth, in addTokenOnCurrentLine()
463 State.FirstIndent + Style.ContinuationIndentWidth) in addTokenOnNewLine()
485 Style.ContinuationIndentWidth; in addTokenOnNewLine()
562 Style.ContinuationIndentWidth; in getNewLineColumn()
572 State.Stack.back().Indent + Style.ContinuationIndentWidth); in getNewLineColumn()
622 State.FirstIndent + Style.ContinuationIndentWidth) in getNewLineColumn()
662 return State.Stack.back().Indent + Style.ContinuationIndentWidth; in getNewLineColumn()
700 State.FirstIndent + Style.ContinuationIndentWidth; in moveStateToNextToken()
849 NewParenState.Indent += Style.ContinuationIndentWidth; in moveStatePastFakeLParens()
[all …]
DFormat.cpp283 IO.mapOptional("ContinuationIndentWidth", Style.ContinuationIndentWidth); in mapping()
496 LLVMStyle.ContinuationIndentWidth = 4; in getLLVMStyle()
600 ChromiumStyle.ContinuationIndentWidth = 8; in getChromiumStyle()
625 MozillaStyle.ContinuationIndentWidth = 2; in getMozillaStyle()
/external/conscrypt/src/
D.clang-format8 ContinuationIndentWidth: 8
/external/jsoncpp/
D.clang-format45 ContinuationIndentWidth: 4
/external/clang/docs/
DClangFormatStyleOptions.rst169 Don't align, instead use ``ContinuationIndentWidth``, e.g.:
295 ``ContinuationIndentWidth`` spaces from the start of the line.
399 **ContinuationIndentWidth** (``unsigned``)
/external/clang/unittests/Format/
DFormatTest.cpp8151 EightIndent.ContinuationIndentWidth = 8; in TEST_F()
9784 CHECK_PARSE("ContinuationIndentWidth: 11", ContinuationIndentWidth, 11u); in TEST_F()
10821 TwoIndent.ContinuationIndentWidth = 2; in TEST_F()
10829 SixIndent.ContinuationIndentWidth = 6; in TEST_F()