Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h305 RTBS_TopLevel, enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp174 IO.enumCase(Value, "TopLevel", FormatStyle::RTBS_TopLevel); in enumeration()
885 MozillaStyle.AlwaysBreakAfterReturnType = FormatStyle::RTBS_TopLevel; in getMozillaStyle()
H A DTokenAnnotator.cpp2053 if ((Style.AlwaysBreakAfterReturnType == FormatStyle::RTBS_TopLevel || in mustBreakForReturnType()
2063 case FormatStyle::RTBS_TopLevel: in mustBreakForReturnType()