Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTestJava.cpp609 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in TEST_F()
H A DFormatTestJS.cpp1003 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in TEST_F()
1116 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in TEST_F()
H A DFormatTestCSharp.cpp1559 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in TEST_F()
H A DFormatTest.cpp3988 FormatStyle::SFS_Inline; in TEST_F()
12898 MergeInlineOnly.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in TEST_F()
13078 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in TEST_F()
20393 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in TEST_F()
20397 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_Inline); in TEST_F()
/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h519 SFS_Inline, enumerator
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp149 IO.enumCase(Value, "Inline", FormatStyle::SFS_Inline); in enumeration()
1547 ChromiumStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in getChromiumStyle()
1561 MozillaStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in getMozillaStyle()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst997 * ``SFS_Inline`` (in configuration: ``Inline``)