Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3151 LBI_Signature, enumerator
/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()
H A DFormat.cpp418 IO.enumCase(Value, "Signature", FormatStyle::LBI_Signature); in enumeration()
1535 LLVMStyle.LambdaBodyIndentation = FormatStyle::LBI_Signature; in getLLVMStyle()