Home
last modified time | relevance | path

Searched refs:SFS_Empty (Results 1 – 14 of 14) 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/llvm-project/clang/lib/Format/
DFormat.cpp127 IO.enumCase(Value, "Empty", FormatStyle::SFS_Empty); in enumeration()
1084 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()
1094 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()
1111 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()
1130 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in getGoogleStyle()
DUnwrappedLineFormatter.cpp257 (Style.AllowShortFunctionsOnASingleLine >= FormatStyle::SFS_Empty && in tryFitMultipleLinesInOne()
379 (Style.AllowShortFunctionsOnASingleLine >= FormatStyle::SFS_Empty && in tryFitMultipleLinesInOne()
DTokenAnnotator.cpp3559 Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_Empty || in mustBreakBefore()
/external/llvm-project/clang/include/clang/Format/
DFormat.h347 SFS_Empty, enumerator
/external/llvm-project/clang/unittests/Format/
DFormatTestJS.cpp1062 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in TEST_F()
DFormatTest.cpp9647 MergeEmptyOnly.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in TEST_F()
9782 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Empty; in TEST_F()
13352 FormatStyle::SFS_Empty; in TEST_F()
14323 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``)
/external/llvm-project/clang/docs/
DClangFormatStyleOptions.rst485 * ``SFS_Empty`` (in configuration: ``Empty``)