Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h171 RTBS_None, enumerator
/external/clang/lib/Format/
DFormat.cpp128 IO.enumCase(Value, "None", FormatStyle::RTBS_None); in enumeration()
272 Style.AlwaysBreakAfterReturnType == FormatStyle::RTBS_None) { in mapping()
503 LLVMStyle.AlwaysBreakAfterReturnType = FormatStyle::RTBS_None; in getLLVMStyle()
DContinuationIndenter.cpp135 if (Style.AlwaysBreakAfterReturnType == FormatStyle::RTBS_None) in canBreak()
DTokenAnnotator.cpp1675 case FormatStyle::RTBS_None: in mustBreakForReturnType()
/external/clang/docs/
DClangFormatStyleOptions.rst293 * ``RTBS_None`` (in configuration: ``None``)
/external/clang/unittests/Format/
DFormatTest.cpp4869 Style.AlwaysBreakAfterReturnType = FormatStyle::RTBS_None; in TEST_F()
10334 FormatStyle::RTBS_None); in TEST_F()