Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp151 IO.enumCase(Value, "Empty", FormatStyle::SFS_Empty); in enumeration()
1442 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()
1452 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()
1469 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()
1488 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()
H A DUnwrappedLineFormatter.cpp303 if (Style.AllowShortFunctionsOnASingleLine >= FormatStyle::SFS_Empty && in tryFitMultipleLinesInOne()
531 (Style.AllowShortFunctionsOnASingleLine >= FormatStyle::SFS_Empty && in tryFitMultipleLinesInOne()
H A DTokenAnnotator.cpp4268 Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_Empty || in mustBreakBefore()
/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h508 SFS_Empty, enumerator
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTestJS.cpp1164 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in TEST_F()
H A DFormatTest.cpp12869 MergeEmptyOnly.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in TEST_F()
13067 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in TEST_F()
18740 FormatStyle::SFS_Empty; in TEST_F()
20399 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_Empty); in TEST_F()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst987 * ``SFS_Empty`` (in configuration: ``Empty``)