Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Format/
DFormat.h742 RTBS_None, enumerator
/openbsd/src/gnu/llvm/clang/lib/Format/
DFormat.cpp526 IO.enumCase(Value, "None", FormatStyle::RTBS_None); in enumeration()
1046 Style.AlwaysBreakAfterReturnType == FormatStyle::RTBS_None) { in mapping()
1327 LLVMStyle.AlwaysBreakAfterReturnType = FormatStyle::RTBS_None; in getLLVMStyle()
1788 Style.AlwaysBreakAfterReturnType = FormatStyle::RTBS_None; in getMicrosoftStyle()
DContinuationIndenter.cpp321 if (Style.AlwaysBreakAfterReturnType == FormatStyle::RTBS_None) in canBreak()
572 Style.AlwaysBreakAfterReturnType != FormatStyle::RTBS_None) && in mustBreak()
DTokenAnnotator.cpp2923 case FormatStyle::RTBS_None: in mustBreakForReturnType()
/openbsd/src/gnu/llvm/clang/docs/
DClangFormatStyleOptions.rst1291 * ``RTBS_None`` (in configuration: ``None``)