Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h610 SLS_None, enumerator
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTestJS.cpp1283 Style.AllowShortLambdasOnASingleLine = FormatStyle::SLS_None; in TEST_F()
H A DFormatTest.cpp4364 Style.AllowShortLambdasOnASingleLine = FormatStyle::SLS_None; in TEST_F()
18611 AllmanBraceStyle.AllowShortLambdasOnASingleLine = FormatStyle::SLS_None; in TEST_F()
18741 WhitesmithsBraceStyle.AllowShortLambdasOnASingleLine = FormatStyle::SLS_None; in TEST_F()
21759 DoNotMerge.AllowShortLambdasOnASingleLine = FormatStyle::SLS_None; in TEST_F()
21801 FormatStyle::ShortLambdaStyle::SLS_None; in TEST_F()
22034 FormatStyle::ShortLambdaStyle::SLS_None; in TEST_F()
/llvm-project-15.0.7/clang/lib/Format/
H A DTokenAnnotator.cpp4166 return Tok.Children.empty() && ShortLambdaOption != FormatStyle::SLS_None; in isItAnEmptyLambdaAllowed()
4251 case FormatStyle::SLS_None: in mustBreakBefore()
4459 if (Style.AllowShortLambdasOnASingleLine == FormatStyle::SLS_None || in mustBreakBefore()
H A DFormat.cpp233 IO.enumCase(Value, "None", FormatStyle::SLS_None); in enumeration()
234 IO.enumCase(Value, "false", FormatStyle::SLS_None); in enumeration()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst1106 * ``SLS_None`` (in configuration: ``None``)