Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h135 SFS_Inline, enumerator
/external/clang/unittests/Format/
DFormatTestJS.cpp404 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in TEST_F()
DFormatTest.cpp6636 MergeInlineOnly.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in TEST_F()
9842 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in TEST_F()
9846 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_Inline); in TEST_F()
/external/clang/lib/Format/
DFormat.cpp79 IO.enumCase(Value, "Inline", FormatStyle::SFS_Inline); in enumeration()
582 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in getGoogleStyle()
604 ChromiumStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in getChromiumStyle()
616 MozillaStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in getMozillaStyle()
DUnwrappedLineFormatter.cpp194 (Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_Inline && in tryFitMultipleLinesInOne()
DTokenAnnotator.cpp2155 FormatStyle::SFS_Inline); in mustBreakBefore()
/external/clang/docs/
DClangFormatStyleOptions.rst242 * ``SFS_Inline`` (in configuration: ``Inline``)