Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h742 SLS_Inline, enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp3663 case FormatStyle::SLS_Inline: in mustBreakBefore()
3800 Style.AllowShortLambdasOnASingleLine == FormatStyle::SLS_Inline) in mustBreakBefore()
3804 Style.AllowShortLambdasOnASingleLine == FormatStyle::SLS_Inline || in mustBreakBefore()
H A DFormat.cpp185 IO.enumCase(Value, "Inline", FormatStyle::SLS_Inline); in enumeration()