Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h170 RTBS_All, enumerator
/external/clang/unittests/Format/
DFormatTest.cpp4750 Style.AlwaysBreakAfterReturnType = FormatStyle::RTBS_All; in TEST_F()
9892 Style.AlwaysBreakAfterReturnType = FormatStyle::RTBS_All; in TEST_F()
9896 FormatStyle::RTBS_All); in TEST_F()
/external/clang/docs/
DClangFormatStyleOptions.rst279 * ``RTBS_All`` (in configuration: ``All``)
/external/clang/lib/Format/
DFormat.cpp111 IO.enumCase(Value, "All", FormatStyle::RTBS_All); in enumeration()
DTokenAnnotator.cpp1577 case FormatStyle::RTBS_All: in mustBreakForReturnType()