Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h159 DRTBS_None, enumerator
/external/clang/lib/Format/
DFormat.cpp141 IO.enumCase(Value, "None", FormatStyle::DRTBS_None); in enumeration()
146 IO.enumCase(Value, "false", FormatStyle::DRTBS_None); in enumeration()
271 if (Style.AlwaysBreakAfterDefinitionReturnType != FormatStyle::DRTBS_None && in mapping()
504 LLVMStyle.AlwaysBreakAfterDefinitionReturnType = FormatStyle::DRTBS_None; in getLLVMStyle()
/external/clang/docs/
DClangFormatStyleOptions.rst276 * ``DRTBS_None`` (in configuration: ``None``)
/external/clang/unittests/Format/
DFormatTest.cpp10347 AlwaysBreakAfterDefinitionReturnType, FormatStyle::DRTBS_None); in TEST_F()