Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Format/
HDFormat.h3174 LambdaBodyIndentationKind LambdaBodyIndentation; member
5083 LambdaBodyIndentation == R.LambdaBodyIndentation &&
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
HDContinuationIndenter.cpp325 Style.LambdaBodyIndentation == FormatStyle::LBI_Signature) { in canBreak()
680 Style.LambdaBodyIndentation == FormatStyle::LBI_Signature && in addTokenOnCurrentLine()
1110 if (Style.LambdaBodyIndentation == FormatStyle::LBI_OuterScope && in addTokenOnNewLine()
1252 (Style.LambdaBodyIndentation == FormatStyle::LBI_OuterScope && in getNewLineColumn()
2019 if (Style.LambdaBodyIndentation == FormatStyle::LBI_OuterScope && in moveStateToNewBlock()
HDFormat.cpp1020 IO.mapOptional("LambdaBodyIndentation", Style.LambdaBodyIndentation); in mapping()
1535 LLVMStyle.LambdaBodyIndentation = FormatStyle::LBI_Signature; in getLLVMStyle()