Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3174 LambdaBodyIndentationKind LambdaBodyIndentation; member
5083 LambdaBodyIndentation == R.LambdaBodyIndentation &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.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()
H A DFormat.cpp1020 IO.mapOptional("LambdaBodyIndentation", Style.LambdaBodyIndentation); in mapping()
1535 LLVMStyle.LambdaBodyIndentation = FormatStyle::LBI_Signature; in getLLVMStyle()