Home
last modified time | relevance | path

Searched refs:DRTBS_All (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Format/
DFormat.h158 DRTBS_All, enumerator
/external/clang/lib/Format/
DFormat.cpp124 IO.enumCase(Value, "All", FormatStyle::DRTBS_All); in enumeration()
129 IO.enumCase(Value, "true", FormatStyle::DRTBS_All); in enumeration()
255 if (Style.AlwaysBreakAfterDefinitionReturnType == FormatStyle::DRTBS_All) in mapping()
657 Style.AlwaysBreakAfterDefinitionReturnType = FormatStyle::DRTBS_All; in getGNUStyle()
/external/clang/docs/
DClangFormatStyleOptions.rst265 * ``DRTBS_All`` (in configuration: ``All``)
/external/clang/unittests/Format/
DFormatTest.cpp9905 Style.AlwaysBreakAfterDefinitionReturnType = FormatStyle::DRTBS_All; in TEST_F()
9909 AlwaysBreakAfterDefinitionReturnType, FormatStyle::DRTBS_All); in TEST_F()