Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h174 RTBS_AllDefinitions, enumerator
/external/clang/lib/Format/
DFormat.cpp115 IO.enumCase(Value, "AllDefinitions", FormatStyle::RTBS_AllDefinitions); in enumeration()
256 Style.AlwaysBreakAfterReturnType = FormatStyle::RTBS_AllDefinitions; in mapping()
658 Style.AlwaysBreakAfterReturnType = FormatStyle::RTBS_AllDefinitions; in getGNUStyle()
DTokenAnnotator.cpp1580 case FormatStyle::RTBS_AllDefinitions: in mustBreakForReturnType()
/external/clang/unittests/Format/
DFormatTest.cpp4798 Style.AlwaysBreakAfterReturnType = FormatStyle::RTBS_AllDefinitions; in TEST_F()
5745 AfterType.AlwaysBreakAfterReturnType = FormatStyle::RTBS_AllDefinitions; in TEST_F()
9900 AlwaysBreakAfterReturnType, FormatStyle::RTBS_AllDefinitions); in TEST_F()
/external/clang/docs/
DClangFormatStyleOptions.rst283 * ``RTBS_AllDefinitions`` (in configuration: ``AllDefinitions``)