Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h626 SLS_Inline, enumerator
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTestJS.cpp1297 Style.AllowShortLambdasOnASingleLine = FormatStyle::SLS_Inline; in TEST_F()
H A DFormatTest.cpp21783 MergeInline.AllowShortLambdasOnASingleLine = FormatStyle::SLS_Inline; in TEST_F()
21884 FormatStyle::ShortLambdaStyle::SLS_Inline; in TEST_F()
/llvm-project-15.0.7/clang/lib/Format/
H A DTokenAnnotator.cpp4255 case FormatStyle::SLS_Inline: in mustBreakBefore()
4455 Style.AllowShortLambdasOnASingleLine == FormatStyle::SLS_Inline) { in mustBreakBefore()
4460 Style.AllowShortLambdasOnASingleLine == FormatStyle::SLS_Inline || in mustBreakBefore()
H A DFormat.cpp236 IO.enumCase(Value, "Inline", FormatStyle::SLS_Inline); in enumeration()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst1119 * ``SLS_Inline`` (in configuration: ``Inline``)