Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h156 DRTBS_None, enumerator
/external/clang/lib/Format/
DFormat.cpp123 IO.enumCase(Value, "None", FormatStyle::DRTBS_None); in enumeration()
128 IO.enumCase(Value, "false", FormatStyle::DRTBS_None); in enumeration()
253 if (Style.AlwaysBreakAfterDefinitionReturnType != FormatStyle::DRTBS_None && in mapping()
480 LLVMStyle.AlwaysBreakAfterDefinitionReturnType = FormatStyle::DRTBS_None; in getLLVMStyle()
/external/clang/docs/
DClangFormatStyleOptions.rst262 * ``DRTBS_None`` (in configuration: ``None``)
/external/clang/unittests/Format/
DFormatTest.cpp9907 AlwaysBreakAfterDefinitionReturnType, FormatStyle::DRTBS_None); in TEST_F()