Home
last modified time | relevance | path

Searched refs:DRTBS_None (Results 1 – 8 of 8) 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/llvm-project/clang/lib/Format/
DFormat.cpp279 IO.enumCase(Value, "None", FormatStyle::DRTBS_None); in enumeration()
284 IO.enumCase(Value, "false", FormatStyle::DRTBS_None); in enumeration()
484 if (Style.AlwaysBreakAfterDefinitionReturnType != FormatStyle::DRTBS_None && in mapping()
871 LLVMStyle.AlwaysBreakAfterDefinitionReturnType = FormatStyle::DRTBS_None; in getLLVMStyle()
1289 Style.AlwaysBreakAfterDefinitionReturnType = FormatStyle::DRTBS_None; in getMicrosoftStyle()
/external/llvm-project/clang/include/clang/Format/
DFormat.h448 DRTBS_None, enumerator
/external/clang/docs/
DClangFormatStyleOptions.rst276 * ``DRTBS_None`` (in configuration: ``None``)
/external/clang/unittests/Format/
DFormatTest.cpp10347 AlwaysBreakAfterDefinitionReturnType, FormatStyle::DRTBS_None); in TEST_F()
/external/llvm-project/clang/docs/
DClangFormatStyleOptions.rst608 * ``DRTBS_None`` (in configuration: ``None``)
/external/llvm-project/clang/unittests/Format/
DFormatTest.cpp14427 AlwaysBreakAfterDefinitionReturnType, FormatStyle::DRTBS_None); in TEST_F()