Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h168 RTBS_None, enumerator
/external/clang/lib/Format/
DFormat.cpp110 IO.enumCase(Value, "None", FormatStyle::RTBS_None); in enumeration()
254 Style.AlwaysBreakAfterReturnType == FormatStyle::RTBS_None) { in mapping()
479 LLVMStyle.AlwaysBreakAfterReturnType = FormatStyle::RTBS_None; in getLLVMStyle()
DContinuationIndenter.cpp129 if (Style.AlwaysBreakAfterReturnType == FormatStyle::RTBS_None) in canBreak()
DTokenAnnotator.cpp1575 case FormatStyle::RTBS_None: in mustBreakForReturnType()
/external/clang/docs/
DClangFormatStyleOptions.rst276 * ``RTBS_None`` (in configuration: ``None``)
/external/clang/unittests/Format/
DFormatTest.cpp4738 Style.AlwaysBreakAfterReturnType = FormatStyle::RTBS_None; in TEST_F()
9894 FormatStyle::RTBS_None); in TEST_F()