Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1031 BTDS_MultiLine, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp300 IO.enumCase(Value, "MultiLine", FormatStyle::BTDS_MultiLine); in enumeration()
304 IO.enumCase(Value, "false", FormatStyle::BTDS_MultiLine); in enumeration()
1438 LLVMStyle.AlwaysBreakTemplateDeclarations = FormatStyle::BTDS_MultiLine; in getLLVMStyle()