Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h175 RTBS_TopLevel, enumerator
/external/llvm-project/clang/include/clang/Format/
DFormat.h496 RTBS_TopLevel, enumerator
/external/llvm-project/clang/lib/Format/
DFormat.cpp254 IO.enumCase(Value, "TopLevel", FormatStyle::RTBS_TopLevel); in enumeration()
1204 MozillaStyle.AlwaysBreakAfterReturnType = FormatStyle::RTBS_TopLevel; in getMozillaStyle()
DTokenAnnotator.cpp2444 if ((Style.AlwaysBreakAfterReturnType == FormatStyle::RTBS_TopLevel || in mustBreakForReturnType()
2454 case FormatStyle::RTBS_TopLevel: in mustBreakForReturnType()
/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()
/external/llvm-project/clang/unittests/Format/
DFormatTest.cpp6812 Style.AlwaysBreakAfterReturnType = FormatStyle::RTBS_TopLevel; in TEST_F()
14406 AlwaysBreakAfterReturnType, FormatStyle::RTBS_TopLevel); in TEST_F()
/external/llvm-project/clang/docs/
DClangFormatStyleOptions.rst655 * ``RTBS_TopLevel`` (in configuration: ``TopLevel``)