Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1047 RTBS_TopLevel, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp555 IO.enumCase(Value, "TopLevel", FormatStyle::RTBS_TopLevel); in enumeration()
1842 MozillaStyle.BreakAfterReturnType = FormatStyle::RTBS_TopLevel; in getMozillaStyle()
H A DTokenAnnotator.cpp3842 if ((Style.BreakAfterReturnType == FormatStyle::RTBS_TopLevel || in mustBreakForReturnType()
3854 case FormatStyle::RTBS_TopLevel: in mustBreakForReturnType()