Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTestJS.cpp1131 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in TEST_F()
1173 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in TEST_F()
H A DFormatTest.cpp508 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in TEST_F()
3222 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in TEST_F()
7188 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in TEST_F()
13100 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in TEST_F()
13145 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in TEST_F()
20401 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_All); in TEST_F()
20406 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_All); in TEST_F()
21086 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in TEST_F()
/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h527 SFS_All, enumerator
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp147 IO.enumCase(Value, "All", FormatStyle::SFS_All); in enumeration()
148 IO.enumCase(Value, "true", FormatStyle::SFS_All); in enumeration()
1197 LLVMStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All; in getLLVMStyle()
H A DUnwrappedLineFormatter.cpp301 if (Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_All) in tryFitMultipleLinesInOne()
H A DContinuationIndenter.cpp408 (Style.AllowShortFunctionsOnASingleLine != FormatStyle::SFS_All || in mustBreak()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst1010 * ``SFS_All`` (in configuration: ``All``)