Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h991 RTBS_None, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp551 IO.enumCase(Value, "None", FormatStyle::RTBS_None); in enumeration()
1137 Style.BreakAfterReturnType == FormatStyle::RTBS_None) { in mapping()
1476 LLVMStyle.BreakAfterReturnType = FormatStyle::RTBS_None; in getLLVMStyle()
1924 Style.BreakAfterReturnType = FormatStyle::RTBS_None; in getMicrosoftStyle()
H A DContinuationIndenter.cpp332 if (Style.BreakAfterReturnType == FormatStyle::RTBS_None && in canBreak()
H A DTokenAnnotator.cpp3849 case FormatStyle::RTBS_None: in mustBreakForReturnType()