Home
last modified time | relevance | path

Searched refs:SFS_None (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/Format/
DFormat.h135 SFS_None, enumerator
/external/clang/unittests/Format/
DFormatTestJS.cpp543 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in TEST_F()
DFormatTest.cpp6740 DoNotMerge.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in TEST_F()
6799 FormatStyle::SFS_None; in TEST_F()
10284 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_None); in TEST_F()
10293 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_None); in TEST_F()
10708 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in TEST_F()
/external/clang/lib/Format/
DFormat.cpp93 IO.enumCase(Value, "None", FormatStyle::SFS_None); in enumeration()
94 IO.enumCase(Value, "false", FormatStyle::SFS_None); in enumeration()
622 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in getGoogleStyle()
DTokenAnnotator.cpp2281 return Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_None || in mustBreakBefore()
/external/clang/docs/
DClangFormatStyleOptions.rst249 * ``SFS_None`` (in configuration: ``None``)