Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h390 unsigned ContinuationIndentWidth; member
474 ContinuationIndentWidth == R.ContinuationIndentWidth &&
/external/clang/lib/Format/
DContinuationIndenter.cpp309 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()
DFormat.cpp253 IO.mapOptional("ContinuationIndentWidth", Style.ContinuationIndentWidth); in mapping()
351 LLVMStyle.ContinuationIndentWidth = 4; in getLLVMStyle()
447 ChromiumStyle.ContinuationIndentWidth = 8; in getChromiumStyle()
/external/clang/unittests/Format/
DFormatTest.cpp7859 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()
/external/clang/docs/
DClangFormatStyleOptions.rst291 **ContinuationIndentWidth** (``unsigned``)