Searched refs:SFS_Inline (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Format/
H A DFormat.h204 SFS_Inline, enumerator in enum:clang::format::FormatStyle::ShortFunctionStyle
/external/clang/lib/Format/
H A DFormat.cpp75 IO.enumCase(Value, "Inline", FormatStyle::SFS_Inline);
403 ChromiumStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline;
598 (Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_Inline &&
/external/clang/unittests/Format/
H A DFormatTest.cpp5656 MergeInlineOnly.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline;
8172 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline;
8180 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_Inline);

Completed in 104 milliseconds