Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h206 SFS_All, enumerator
/external/clang/lib/Format/
DFormat.cpp73 IO.enumCase(Value, "All", FormatStyle::SFS_All); in enumeration()
74 IO.enumCase(Value, "true", FormatStyle::SFS_All); in enumeration()
310 LLVMStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in getLLVMStyle()
597 Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_All || in tryFitMultipleLinesInOne()
DContinuationIndenter.cpp158 ((Style.AllowShortFunctionsOnASingleLine != FormatStyle::SFS_All) || in mustBreak()
/external/clang/unittests/Format/
DFormatTest.cpp8176 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_All); in TEST_F()
8182 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_All); in TEST_F()
8547 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in TEST_F()
/external/clang/docs/
DClangFormatStyleOptions.rst124 * ``SFS_All`` (in configuration: ``All``)