Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
DContinuationIndenter.cpp438 (NewLineColumn == State.FirstIndent + Style.ContinuationIndentWidth || in mustBreak()
616 std::max(State.FirstIndent + Style.ContinuationIndentWidth, in addTokenOnCurrentLine()
832 State.FirstIndent + Style.ContinuationIndentWidth) in addTokenOnNewLine()
855 Style.ContinuationIndentWidth; in addTokenOnNewLine()
976 Style.ContinuationIndentWidth; in getNewLineColumn()
986 State.Stack.back().Indent + Style.ContinuationIndentWidth); in getNewLineColumn()
1063 Indent -= Style.ContinuationIndentWidth; in getNewLineColumn()
1087 State.FirstIndent + Style.ContinuationIndentWidth); in getNewLineColumn()
1158 return State.Stack.back().Indent + Style.ContinuationIndentWidth; in getNewLineColumn()
1409 NewParenState.Indent += Style.ContinuationIndentWidth; in moveStatePastFakeLParens()
[all …]
DFormat.cpp640 IO.mapOptional("ContinuationIndentWidth", Style.ContinuationIndentWidth); in mapping()
1039 LLVMStyle.ContinuationIndentWidth = 4; in getLLVMStyle()
1311 ChromiumStyle.ContinuationIndentWidth = 8; in getChromiumStyle()
1358 MozillaStyle.ContinuationIndentWidth = 2; in getMozillaStyle()
DBreakableToken.cpp597 return Style.ContinuationIndentWidth; in getContentIndent()
DUnwrappedLineFormatter.cpp70 Indent = Line.Level * Style.IndentWidth + Style.ContinuationIndentWidth; in nextLine()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Format/
DFormat.h1929 unsigned ContinuationIndentWidth; member
3431 ContinuationIndentWidth == R.ContinuationIndentWidth &&