Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h172 RTBS_TopLevel, enumerator
/external/clang/lib/Format/
DTokenAnnotator.cpp1568 if ((Style.AlwaysBreakAfterReturnType == FormatStyle::RTBS_TopLevel || in mustBreakForReturnType()
1578 case FormatStyle::RTBS_TopLevel: in mustBreakForReturnType()
DFormat.cpp112 IO.enumCase(Value, "TopLevel", FormatStyle::RTBS_TopLevel); in enumeration()
/external/clang/docs/
DClangFormatStyleOptions.rst281 * ``RTBS_TopLevel`` (in configuration: ``TopLevel``)
/external/clang/unittests/Format/
DFormatTest.cpp4783 Style.AlwaysBreakAfterReturnType = FormatStyle::RTBS_TopLevel; in TEST_F()
9898 AlwaysBreakAfterReturnType, FormatStyle::RTBS_TopLevel); in TEST_F()