Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp295 IO.enumCase(Value, "None", FormatStyle::DRTBS_None); in enumeration()
300 IO.enumCase(Value, "false", FormatStyle::DRTBS_None); in enumeration()
1136 if (Style.AlwaysBreakAfterDefinitionReturnType != FormatStyle::DRTBS_None && in mapping()
1448 LLVMStyle.AlwaysBreakAfterDefinitionReturnType = FormatStyle::DRTBS_None; in getLLVMStyle()
1923 Style.AlwaysBreakAfterDefinitionReturnType = FormatStyle::DRTBS_None; in getMicrosoftStyle()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h980 DRTBS_None, enumerator