Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1138 BTDS_MultiLine, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp274 IO.enumCase(Value, "MultiLine", FormatStyle::BTDS_MultiLine); in enumeration()
278 IO.enumCase(Value, "false", FormatStyle::BTDS_MultiLine); in enumeration()
1487 LLVMStyle.BreakTemplateDeclarations = FormatStyle::BTDS_MultiLine; in getLLVMStyle()