Home
last modified time | relevance | path

Searched refs:AlwaysBreakTemplateDeclarations (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/libcbor/
H A D.clang-format20 AlwaysBreakTemplateDeclarations: true
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h900 BreakTemplateDeclarationsStyle AlwaysBreakTemplateDeclarations; member
3412 AlwaysBreakTemplateDeclarations ==
3413 R.AlwaysBreakTemplateDeclarations &&
/freebsd-13.1/
H A D.clang-format20 AlwaysBreakTemplateDeclarations: MultiLine
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp594 Style.AlwaysBreakTemplateDeclarations); in mapping()
1003 LLVMStyle.AlwaysBreakTemplateDeclarations = FormatStyle::BTDS_MultiLine; in getLLVMStyle()
1160 GoogleStyle.AlwaysBreakTemplateDeclarations = FormatStyle::BTDS_Yes; in getGoogleStyle()
1351 MozillaStyle.AlwaysBreakTemplateDeclarations = FormatStyle::BTDS_Yes; in getMozillaStyle()
H A DContinuationIndenter.cpp486 return Style.AlwaysBreakTemplateDeclarations != FormatStyle::BTDS_No; in mustBreak()
H A DTokenAnnotator.cpp3755 return (Style.AlwaysBreakTemplateDeclarations == FormatStyle::BTDS_Yes); in mustBreakBefore()