Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h698 RTBS_TopLevel, enumerator
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp391 IO.enumCase(Value, "TopLevel", FormatStyle::RTBS_TopLevel); in enumeration()
1562 MozillaStyle.AlwaysBreakAfterReturnType = FormatStyle::RTBS_TopLevel; in getMozillaStyle()
H A DTokenAnnotator.cpp2830 if ((Style.AlwaysBreakAfterReturnType == FormatStyle::RTBS_TopLevel || in mustBreakForReturnType()
2841 case FormatStyle::RTBS_TopLevel: in mustBreakForReturnType()
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp8842 Style.AlwaysBreakAfterReturnType = FormatStyle::RTBS_TopLevel; in TEST_F()
20490 AlwaysBreakAfterReturnType, FormatStyle::RTBS_TopLevel); in TEST_F()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst1196 * ``RTBS_TopLevel`` (in configuration: ``TopLevel``)