Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h141 SFS_All, enumerator
/external/clang/unittests/Format/
DFormatTestJS.cpp532 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in TEST_F()
DFormatTest.cpp10290 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_All); in TEST_F()
10295 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_All); in TEST_F()
10719 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in TEST_F()
/external/clang/lib/Format/
DFormat.cpp95 IO.enumCase(Value, "All", FormatStyle::SFS_All); in enumeration()
96 IO.enumCase(Value, "true", FormatStyle::SFS_All); in enumeration()
498 LLVMStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in getLLVMStyle()
DUnwrappedLineFormatter.cpp191 Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_All || in tryFitMultipleLinesInOne()
DContinuationIndenter.cpp178 ((Style.AllowShortFunctionsOnASingleLine != FormatStyle::SFS_All) || in mustBreak()
/external/clang/docs/
DClangFormatStyleOptions.rst258 * ``SFS_All`` (in configuration: ``All``)