Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h202 SFS_None, enumerator
/external/clang/unittests/Format/
DFormatTest.cpp5566 DoNotMerge.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in TEST_F()
5624 FormatStyle::SFS_None; in TEST_F()
8174 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_None); in TEST_F()
8178 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_None); in TEST_F()
8536 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in TEST_F()
/external/clang/lib/Format/
DFormat.cpp71 IO.enumCase(Value, "None", FormatStyle::SFS_None); in enumeration()
72 IO.enumCase(Value, "false", FormatStyle::SFS_None); in enumeration()
393 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in getGoogleStyle()
/external/clang/docs/
DClangFormatStyleOptions.rst120 * ``SFS_None`` (in configuration: ``None``)