Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h713 RTBS_AllDefinitions, enumerator
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp394 IO.enumCase(Value, "AllDefinitions", FormatStyle::RTBS_AllDefinitions); in enumeration()
680 Style.AlwaysBreakAfterReturnType = FormatStyle::RTBS_AllDefinitions; in mapping()
1610 Style.AlwaysBreakAfterReturnType = FormatStyle::RTBS_AllDefinitions; in getGNUStyle()
H A DTokenAnnotator.cpp2843 case FormatStyle::RTBS_AllDefinitions: in mustBreakForReturnType()
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp8857 Style.AlwaysBreakAfterReturnType = FormatStyle::RTBS_AllDefinitions; in TEST_F()
20492 AlwaysBreakAfterReturnType, FormatStyle::RTBS_AllDefinitions); in TEST_F()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst1211 * ``RTBS_AllDefinitions`` (in configuration: ``AllDefinitions``)