Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Format/
H A DFormat.h683 SLS_None, enumerator
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DTokenAnnotator.cpp4337 return Tok.Children.empty() && ShortLambdaOption != FormatStyle::SLS_None; in isItAnEmptyLambdaAllowed()
4422 case FormatStyle::SLS_None: in mustBreakBefore()
4644 if (Style.AllowShortLambdasOnASingleLine == FormatStyle::SLS_None || in mustBreakBefore()
H A DFormat.cpp582 IO.enumCase(Value, "None", FormatStyle::SLS_None); in enumeration()
583 IO.enumCase(Value, "false", FormatStyle::SLS_None); in enumeration()
/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst1225 * ``SLS_None`` (in configuration: ``None``)