Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h885 BTDS_MultiLine, enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp326 IO.enumCase(Value, "MultiLine", FormatStyle::BTDS_MultiLine); in enumeration()
330 IO.enumCase(Value, "false", FormatStyle::BTDS_MultiLine); in enumeration()
1003 LLVMStyle.AlwaysBreakTemplateDeclarations = FormatStyle::BTDS_MultiLine; in getLLVMStyle()