Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp1110 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.cpp419 IO.enumCase(Value, "OuterScope", FormatStyle::LBI_OuterScope); in enumeration()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3165 LBI_OuterScope, enumerator