Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h161 DRTBS_All, enumerator
/external/clang/lib/Format/
DFormat.cpp142 IO.enumCase(Value, "All", FormatStyle::DRTBS_All); in enumeration()
147 IO.enumCase(Value, "true", FormatStyle::DRTBS_All); in enumeration()
273 if (Style.AlwaysBreakAfterDefinitionReturnType == FormatStyle::DRTBS_All) in mapping()
692 Style.AlwaysBreakAfterDefinitionReturnType = FormatStyle::DRTBS_All; in getGNUStyle()
/external/clang/docs/
DClangFormatStyleOptions.rst280 * ``DRTBS_All`` (in configuration: ``All``)
/external/clang/unittests/Format/
DFormatTest.cpp10345 Style.AlwaysBreakAfterDefinitionReturnType = FormatStyle::DRTBS_All; in TEST_F()
10349 AlwaysBreakAfterDefinitionReturnType, FormatStyle::DRTBS_All); in TEST_F()