Home
last modified time | relevance | path

Searched refs:RTBS_ExceptShortType (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1014 RTBS_ExceptShortType, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp337 if (Style.BreakAfterReturnType == FormatStyle::RTBS_ExceptShortType) { in canBreak()
600 Style.BreakAfterReturnType > FormatStyle::RTBS_ExceptShortType) && in mustBreak()
H A DFormat.cpp553 IO.enumCase(Value, "ExceptShortType", FormatStyle::RTBS_ExceptShortType); in enumeration()
H A DTokenAnnotator.cpp3851 case FormatStyle::RTBS_ExceptShortType: in mustBreakForReturnType()