Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h955 RTBS_TopLevel, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp562 IO.enumCase(Value, "TopLevel", FormatStyle::RTBS_TopLevel); in enumeration()
1817 MozillaStyle.AlwaysBreakAfterReturnType = FormatStyle::RTBS_TopLevel; in getMozillaStyle()
H A DTokenAnnotator.cpp3428 if ((Style.AlwaysBreakAfterReturnType == FormatStyle::RTBS_TopLevel || in mustBreakForReturnType()
3439 case FormatStyle::RTBS_TopLevel: in mustBreakForReturnType()