Searched refs:SFS_None (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/Format/
H A DFormat.h131 SFS_None, enumerator in enum:clang::format::FormatStyle::ShortFunctionStyle
/external/clang/unittests/Format/
H A DFormatTestJS.cpp430 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None;
H A DFormatTest.cpp6545 DoNotMerge.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None;
6604 FormatStyle::SFS_None;
9844 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_None);
9853 AllowShortFunctionsOnASingleLine, FormatStyle::SFS_None);
10255 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None;
/external/clang/lib/Format/
H A DFormat.cpp75 IO.enumCase(Value, "None", FormatStyle::SFS_None);
76 IO.enumCase(Value, "false", FormatStyle::SFS_None);
588 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None;
H A DTokenAnnotator.cpp2151 return Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_None ||

Completed in 84 milliseconds