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

/external/clang/include/clang/Format/
H A DFormat.h158 DRTBS_All, enumerator in enum:clang::format::FormatStyle::DefinitionReturnTypeBreakingStyle
/external/clang/lib/Format/
H A DFormat.cpp124 IO.enumCase(Value, "All", FormatStyle::DRTBS_All);
129 IO.enumCase(Value, "true", FormatStyle::DRTBS_All);
255 if (Style.AlwaysBreakAfterDefinitionReturnType == FormatStyle::DRTBS_All)
657 Style.AlwaysBreakAfterDefinitionReturnType = FormatStyle::DRTBS_All;
/external/clang/unittests/Format/
H A DFormatTest.cpp9905 Style.AlwaysBreakAfterDefinitionReturnType = FormatStyle::DRTBS_All;
9909 AlwaysBreakAfterDefinitionReturnType, FormatStyle::DRTBS_All);

Completed in 70 milliseconds