Home
last modified time | relevance | path

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

/external/llvm-project/clang/unittests/Format/
DFormatTestJS.cpp901 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in TEST_F()
1014 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in TEST_F()
DFormatTest.cpp9676 MergeInlineOnly.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in TEST_F()
9793 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in TEST_F()
14317 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in TEST_F()
14321 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_Inline); in TEST_F()
/external/clang/include/clang/Format/
DFormat.h139 SFS_Inline, enumerator
/external/clang/lib/Format/
DFormat.cpp97 IO.enumCase(Value, "Inline", FormatStyle::SFS_Inline); in enumeration()
612 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in getGoogleStyle()
638 ChromiumStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in getChromiumStyle()
651 MozillaStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in getMozillaStyle()
DUnwrappedLineFormatter.cpp194 (Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_Inline && in tryFitMultipleLinesInOne()
DTokenAnnotator.cpp2285 FormatStyle::SFS_Inline); in mustBreakBefore()
/external/clang/unittests/Format/
DFormatTestJS.cpp517 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in TEST_F()
DFormatTest.cpp6831 MergeInlineOnly.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in TEST_F()
10282 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in TEST_F()
10286 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_Inline); in TEST_F()
/external/llvm-project/clang/include/clang/Format/
DFormat.h358 SFS_Inline, enumerator
/external/llvm-project/clang/lib/Format/
DFormat.cpp125 IO.enumCase(Value, "Inline", FormatStyle::SFS_Inline); in enumeration()
1189 ChromiumStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in getChromiumStyle()
1203 MozillaStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in getMozillaStyle()
/external/clang/docs/
DClangFormatStyleOptions.rst255 * ``SFS_Inline`` (in configuration: ``Inline``)
/external/llvm-project/clang/docs/
DClangFormatStyleOptions.rst495 * ``SFS_Inline`` (in configuration: ``Inline``)