Home
last modified time | relevance | path

Searched refs:SFS_Empty (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp310 if (Style.AllowShortFunctionsOnASingleLine >= FormatStyle::SFS_Empty && in tryFitMultipleLinesInOne()
538 (Style.AllowShortFunctionsOnASingleLine >= FormatStyle::SFS_Empty && in tryFitMultipleLinesInOne()
H A DFormat.cpp562 IO.enumCase(Value, "Empty", FormatStyle::SFS_Empty); in enumeration()
1581 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()
1591 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()
1608 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()
1627 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()
H A DTokenAnnotator.cpp4439 Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_Empty || in mustBreakBefore()
/openbsd/gnu/llvm/clang/include/clang/Format/
H A DFormat.h581 SFS_Empty, enumerator
/openbsd/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst1102 * ``SFS_Empty`` (in configuration: ``Empty``)