Home
last modified time | relevance | path

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

/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/clang/docs/
DClangFormatStyleOptions.rst255 * ``SFS_Inline`` (in configuration: ``Inline``)