Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Format/
DFormat.h426 SLS_Inline, enumerator
/external/llvm-project/clang/unittests/Format/
DFormatTestJS.cpp1195 Style.AllowShortLambdasOnASingleLine = FormatStyle::SLS_Inline; in TEST_F()
DFormatTest.cpp15514 MergeInline.AllowShortLambdasOnASingleLine = FormatStyle::SLS_Inline; in TEST_F()
15616 FormatStyle::ShortLambdaStyle::SLS_Inline; in TEST_F()
/external/llvm-project/clang/lib/Format/
DTokenAnnotator.cpp3468 return (ShortLambdaOption == FormatStyle::SLS_Inline && in isItAInlineLambdaAllowed()
3546 case FormatStyle::SLS_Inline: in mustBreakBefore()
3667 Style.AllowShortLambdasOnASingleLine == FormatStyle::SLS_Inline) in mustBreakBefore()
3671 Style.AllowShortLambdasOnASingleLine == FormatStyle::SLS_Inline || in mustBreakBefore()
DFormat.cpp148 IO.enumCase(Value, "Inline", FormatStyle::SLS_Inline); in enumeration()
/external/llvm-project/clang/docs/
DClangFormatStyleOptions.rst578 * ``SLS_Inline`` (in configuration: ``Inline``)