Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h378 BTDS_MultiLine, enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp185 IO.enumCase(Value, "MultiLine", FormatStyle::BTDS_MultiLine); in enumeration()
189 IO.enumCase(Value, "false", FormatStyle::BTDS_MultiLine); in enumeration()
641 LLVMStyle.AlwaysBreakTemplateDeclarations = FormatStyle::BTDS_MultiLine; in getLLVMStyle()