Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Format/
HDFormat.h956 SLS_Inline, enumerator
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
HDTokenAnnotator.cpp5542 case FormatStyle::SLS_Inline: in mustBreakBefore()
5810 Style.AllowShortLambdasOnASingleLine == FormatStyle::SLS_Inline) { in mustBreakBefore()
5815 Style.AllowShortLambdasOnASingleLine == FormatStyle::SLS_Inline || in mustBreakBefore()
HDFormat.cpp612 IO.enumCase(Value, "Inline", FormatStyle::SLS_Inline); in enumeration()