Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Format/
HDContinuationIndenter.cpp498 (NewLineColumn == State.FirstIndent + Style.ContinuationIndentWidth || in mustBreak()
776 State.FirstIndent + Style.ContinuationIndentWidth, CurrentState.Indent); in addTokenOnCurrentLine()
1019 State.FirstIndent + Style.ContinuationIndentWidth) in addTokenOnNewLine()
1042 Style.ContinuationIndentWidth; in addTokenOnNewLine()
1223 Style.ContinuationIndentWidth; in getNewLineColumn()
1233 CurrentState.Indent + Style.ContinuationIndentWidth); in getNewLineColumn()
1349 Indent -= Style.ContinuationIndentWidth; in getNewLineColumn()
1390 State.FirstIndent + Style.ContinuationIndentWidth); in getNewLineColumn()
1429 return CurrentState.Indent + Style.ContinuationIndentWidth; in getNewLineColumn()
1478 return CurrentState.Indent + Style.ContinuationIndentWidth; in getNewLineColumn()
[all …]
HDFormat.cpp984 IO.mapOptional("ContinuationIndentWidth", Style.ContinuationIndentWidth); in mapping()
1492 LLVMStyle.ContinuationIndentWidth = 4; in getLLVMStyle()
1801 ChromiumStyle.ContinuationIndentWidth = 8; in getChromiumStyle()
1848 MozillaStyle.ContinuationIndentWidth = 2; in getMozillaStyle()
HDBreakableToken.cpp708 return Style.ContinuationIndentWidth; in getContentIndent()
HDUnwrappedLineFormatter.cpp89 Indent = Line.Level * Style.IndentWidth + Style.ContinuationIndentWidth; in nextLine()
/freebsd-14-stable/contrib/libcbor/
HD.clang-format53 ContinuationIndentWidth: 4
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Format/
HDFormat.h2436 unsigned ContinuationIndentWidth; member
5050 ContinuationIndentWidth == R.ContinuationIndentWidth &&