Home
last modified time | relevance | path

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

/external/conscrypt/
D.clang-format8 ContinuationIndentWidth: 8
14 ContinuationIndentWidth: 8
/external/clang/lib/Format/
DContinuationIndenter.cpp196 (NewLineColumn == State.FirstIndent + Style.ContinuationIndentWidth || in mustBreak()
341 std::max(State.FirstIndent + Style.ContinuationIndentWidth, in addTokenOnCurrentLine()
499 State.FirstIndent + Style.ContinuationIndentWidth) in addTokenOnNewLine()
521 Style.ContinuationIndentWidth; in addTokenOnNewLine()
604 Style.ContinuationIndentWidth; in getNewLineColumn()
614 State.Stack.back().Indent + Style.ContinuationIndentWidth); in getNewLineColumn()
664 State.FirstIndent + Style.ContinuationIndentWidth) in getNewLineColumn()
704 return State.Stack.back().Indent + Style.ContinuationIndentWidth; in getNewLineColumn()
746 State.FirstIndent + Style.ContinuationIndentWidth; in moveStateToNextToken()
896 NewParenState.Indent += Style.ContinuationIndentWidth; in moveStatePastFakeLParens()
[all …]
DFormat.cpp304 IO.mapOptional("ContinuationIndentWidth", Style.ContinuationIndentWidth); in mapping()
521 LLVMStyle.ContinuationIndentWidth = 4; in getLLVMStyle()
634 ChromiumStyle.ContinuationIndentWidth = 8; in getChromiumStyle()
660 MozillaStyle.ContinuationIndentWidth = 2; in getMozillaStyle()
/external/clang/include/clang/Format/
DFormat.h315 unsigned ContinuationIndentWidth; member
670 ContinuationIndentWidth == R.ContinuationIndentWidth &&
/external/jsoncpp/
D.clang-format45 ContinuationIndentWidth: 4
/external/mesa3d/src/gallium/drivers/swr/
D.clang-format58 ContinuationIndentWidth: 3
/external/libvpx/libvpx/
D.clang-format46 ContinuationIndentWidth: 4
/external/skia/
D.clang-format53 ContinuationIndentWidth: 8
/external/clang/docs/
DClangFormatStyleOptions.rst170 Don't align, instead use ``ContinuationIndentWidth``, e.g.:
317 ``ContinuationIndentWidth`` spaces from the start of the line.
436 **ContinuationIndentWidth** (``unsigned``)
/external/clang/unittests/Format/
DFormatTest.cpp8361 EightIndent.ContinuationIndentWidth = 8; in TEST_F()
10221 CHECK_PARSE("ContinuationIndentWidth: 11", ContinuationIndentWidth, 11u); in TEST_F()
11281 TwoIndent.ContinuationIndentWidth = 2; in TEST_F()
11289 SixIndent.ContinuationIndentWidth = 6; in TEST_F()