Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Format/
H A DDefinitionBlockSeparatorTest.cpp535 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in TEST_F()
576 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in TEST_F()
H A DFormatTest.cpp3226 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in TEST_F()
7177 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in TEST_F()
10665 CustomAttrs.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in TEST_F()
12779 DoNotMerge.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in TEST_F()
12837 FormatStyle::SFS_None; in TEST_F()
13048 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in TEST_F()
13115 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in TEST_F()
20395 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_None); in TEST_F()
20404 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_None); in TEST_F()
21075 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in TEST_F()
[all …]
H A DFormatTestJS.cpp1142 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in TEST_F()
/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h486 SFS_None, enumerator
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp145 IO.enumCase(Value, "None", FormatStyle::SFS_None); in enumeration()
146 IO.enumCase(Value, "false", FormatStyle::SFS_None); in enumeration()
1643 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in getMicrosoftStyle()
H A DTokenAnnotator.cpp4267 return Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_None || in mustBreakBefore()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst968 * ``SFS_None`` (in configuration: ``None``)