Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h216 SFS_Empty, enumerator
/external/clang/lib/Format/
DUnwrappedLineFormatter.cpp66 (Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_Empty && in tryFitMultipleLinesInOne()
DFormat.cpp78 IO.enumCase(Value, "Empty", FormatStyle::SFS_Empty); in enumeration()
421 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()
/external/clang/docs/
DClangFormatStyleOptions.rst196 * ``SFS_Empty`` (in configuration: ``Empty``)
/external/clang/unittests/Format/
DFormatTest.cpp9007 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_Empty); in TEST_F()