Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h175 RTBS_TopLevel, enumerator
/external/clang/lib/Format/
DTokenAnnotator.cpp1668 if ((Style.AlwaysBreakAfterReturnType == FormatStyle::RTBS_TopLevel || in mustBreakForReturnType()
1678 case FormatStyle::RTBS_TopLevel: in mustBreakForReturnType()
DFormat.cpp130 IO.enumCase(Value, "TopLevel", FormatStyle::RTBS_TopLevel); in enumeration()
/external/clang/docs/
DClangFormatStyleOptions.rst300 * ``RTBS_TopLevel`` (in configuration: ``TopLevel``)
/external/clang/unittests/Format/
DFormatTest.cpp4914 Style.AlwaysBreakAfterReturnType = FormatStyle::RTBS_TopLevel; in TEST_F()
10338 AlwaysBreakAfterReturnType, FormatStyle::RTBS_TopLevel); in TEST_F()