Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h137 SFS_Empty, enumerator
/external/clang/unittests/Format/
DFormatTestJS.cpp565 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in TEST_F()
DFormatTest.cpp10288 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_Empty); in TEST_F()
/external/clang/lib/Format/
DFormat.cpp98 IO.enumCase(Value, "Empty", FormatStyle::SFS_Empty); in enumeration()
602 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()
DUnwrappedLineFormatter.cpp192 (Style.AllowShortFunctionsOnASingleLine >= FormatStyle::SFS_Empty && in tryFitMultipleLinesInOne()
DTokenAnnotator.cpp2282 Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_Empty || in mustBreakBefore()
/external/clang/docs/
DClangFormatStyleOptions.rst252 * ``SFS_Empty`` (in configuration: ``Empty``)