Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h131 SFS_None, enumerator
/external/clang/unittests/Format/
DFormatTestJS.cpp430 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in TEST_F()
DFormatTest.cpp6545 DoNotMerge.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in TEST_F()
6604 FormatStyle::SFS_None; in TEST_F()
9844 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_None); in TEST_F()
9853 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_None); in TEST_F()
10255 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in TEST_F()
/external/clang/lib/Format/
DFormat.cpp75 IO.enumCase(Value, "None", FormatStyle::SFS_None); in enumeration()
76 IO.enumCase(Value, "false", FormatStyle::SFS_None); in enumeration()
588 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in getGoogleStyle()
DTokenAnnotator.cpp2151 return Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_None || in mustBreakBefore()
/external/clang/docs/
DClangFormatStyleOptions.rst238 * ``SFS_None`` (in configuration: ``None``)