Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h867 SLS_None, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp4972 return Tok.Children.empty() && ShortLambdaOption != FormatStyle::SLS_None; in isItAnEmptyLambdaAllowed()
5047 case FormatStyle::SLS_None: in mustBreakBefore()
5301 if (Style.AllowShortLambdasOnASingleLine == FormatStyle::SLS_None || in mustBreakBefore()
H A DFormat.cpp616 IO.enumCase(Value, "None", FormatStyle::SLS_None); in enumeration()
617 IO.enumCase(Value, "false", FormatStyle::SLS_None); in enumeration()