Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Format/
HDFormat.h212 unsigned ContinuationIndentWidth; member
479 ContinuationIndentWidth == R.ContinuationIndentWidth &&
/NextBSD/contrib/llvm/tools/clang/lib/Format/
HDContinuationIndenter.cpp173 (NewLineColumn == State.FirstIndent + Style.ContinuationIndentWidth || in mustBreak()
319 std::max(State.FirstIndent + Style.ContinuationIndentWidth, in addTokenOnCurrentLine()
449 State.FirstIndent + Style.ContinuationIndentWidth) in addTokenOnNewLine()
471 Style.ContinuationIndentWidth; in addTokenOnNewLine()
547 Style.ContinuationIndentWidth; in getNewLineColumn()
557 State.Stack.back().Indent + Style.ContinuationIndentWidth); in getNewLineColumn()
607 State.FirstIndent + Style.ContinuationIndentWidth) in getNewLineColumn()
647 return State.Stack.back().Indent + Style.ContinuationIndentWidth; in getNewLineColumn()
829 NewParenState.Indent += Style.ContinuationIndentWidth; in moveStatePastFakeLParens()
873 NewIndent = State.Stack.back().LastSpace + Style.ContinuationIndentWidth; in moveStatePastScopeOpener()
[all …]
HDFormat.cpp236 IO.mapOptional("ContinuationIndentWidth", Style.ContinuationIndentWidth); in mapping()
370 LLVMStyle.ContinuationIndentWidth = 4; in getLLVMStyle()
466 ChromiumStyle.ContinuationIndentWidth = 8; in getChromiumStyle()
490 MozillaStyle.ContinuationIndentWidth = 2; in getMozillaStyle()