Home
last modified time | relevance | path

Searched refs:RTBS_All (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/Format/
DFormat.h173 RTBS_All, enumerator
/external/clang/unittests/Format/
DFormatTest.cpp4881 Style.AlwaysBreakAfterReturnType = FormatStyle::RTBS_All; in TEST_F()
10332 Style.AlwaysBreakAfterReturnType = FormatStyle::RTBS_All; in TEST_F()
10336 FormatStyle::RTBS_All); in TEST_F()
/external/clang/docs/
DClangFormatStyleOptions.rst297 * ``RTBS_All`` (in configuration: ``All``)
/external/clang/lib/Format/
DFormat.cpp129 IO.enumCase(Value, "All", FormatStyle::RTBS_All); in enumeration()
DTokenAnnotator.cpp1677 case FormatStyle::RTBS_All: in mustBreakForReturnType()