Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libcbor/
H A D.clang-format20 AlwaysBreakTemplateDeclarations: true
/freebsd-14.2/
H A D.clang-format20 AlwaysBreakTemplateDeclarations: MultiLine
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1047 BreakTemplateDeclarationsStyle AlwaysBreakTemplateDeclarations; member
4787 AlwaysBreakTemplateDeclarations ==
4788 R.AlwaysBreakTemplateDeclarations &&
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp944 Style.AlwaysBreakTemplateDeclarations); in mapping()
1438 LLVMStyle.AlwaysBreakTemplateDeclarations = FormatStyle::BTDS_MultiLine; in getLLVMStyle()
1627 GoogleStyle.AlwaysBreakTemplateDeclarations = FormatStyle::BTDS_Yes; in getGoogleStyle()
1820 MozillaStyle.AlwaysBreakTemplateDeclarations = FormatStyle::BTDS_Yes; in getMozillaStyle()
H A DContinuationIndenter.cpp564 return Style.AlwaysBreakTemplateDeclarations != FormatStyle::BTDS_No; in mustBreak()
H A DTokenAnnotator.cpp5183 return Style.AlwaysBreakTemplateDeclarations == FormatStyle::BTDS_Yes; in mustBreakBefore()