Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/
H A D.clang-format7 AlwaysBreakTemplateDeclarations: true
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h871 BreakTemplateDeclarationsStyle AlwaysBreakTemplateDeclarations; member
3277 AlwaysBreakTemplateDeclarations ==
3278 R.AlwaysBreakTemplateDeclarations &&
/netbsd-src/external/bsd/pam-u2f/dist/
H A D.clang-format19 AlwaysBreakTemplateDeclarations: false
/netbsd-src/external/mit/libcbor/dist/
H A D.clang-format20 AlwaysBreakTemplateDeclarations: true
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dclang-format148 AlwaysBreakTemplateDeclarations: MultiLine
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dclang-format148 AlwaysBreakTemplateDeclarations: MultiLine
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp560 Style.AlwaysBreakTemplateDeclarations); in mapping()
963 LLVMStyle.AlwaysBreakTemplateDeclarations = FormatStyle::BTDS_MultiLine; in getLLVMStyle()
1113 GoogleStyle.AlwaysBreakTemplateDeclarations = FormatStyle::BTDS_Yes; in getGoogleStyle()
1304 MozillaStyle.AlwaysBreakTemplateDeclarations = FormatStyle::BTDS_Yes; in getMozillaStyle()
H A DContinuationIndenter.cpp486 return Style.AlwaysBreakTemplateDeclarations != FormatStyle::BTDS_No; in mustBreak()
H A DTokenAnnotator.cpp3628 return (Style.AlwaysBreakTemplateDeclarations == FormatStyle::BTDS_Yes); in mustBreakBefore()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst973 **AlwaysBreakTemplateDeclarations** (``BreakTemplateDeclarationsStyle``)