Home
last modified time | relevance | path

Searched refs:BreakTemplateDeclarations (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2505 BreakTemplateDeclarationsStyle BreakTemplateDeclarations; member
5382 BreakTemplateDeclarations == R.BreakTemplateDeclarations &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp941 Style.BreakTemplateDeclarations); in mapping()
1053 Style.BreakTemplateDeclarations); in mapping()
1578 LLVMStyle.BreakTemplateDeclarations = FormatStyle::BTDS_MultiLine; in getLLVMStyle()
1751 GoogleStyle.BreakTemplateDeclarations = FormatStyle::BTDS_Yes; in getGoogleStyle()
1948 MozillaStyle.BreakTemplateDeclarations = FormatStyle::BTDS_Yes; in getMozillaStyle()
H A DContinuationIndenter.cpp598 return Style.BreakTemplateDeclarations != FormatStyle::BTDS_No && in mustBreak()
599 (Style.BreakTemplateDeclarations != FormatStyle::BTDS_Leave || in mustBreak()
H A DTokenAnnotator.cpp5841 return Style.BreakTemplateDeclarations == FormatStyle::BTDS_Yes || in mustBreakBefore()
5842 (Style.BreakTemplateDeclarations == FormatStyle::BTDS_Leave && in mustBreakBefore()
6327 return Style.BreakTemplateDeclarations != FormatStyle::BTDS_Leave || in canBreakBefore()