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.h2391 BreakTemplateDeclarationsStyle BreakTemplateDeclarations; member
5045 BreakTemplateDeclarations == R.BreakTemplateDeclarations &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp872 Style.BreakTemplateDeclarations); in mapping()
978 Style.BreakTemplateDeclarations); in mapping()
1487 LLVMStyle.BreakTemplateDeclarations = FormatStyle::BTDS_MultiLine; in getLLVMStyle()
1648 GoogleStyle.BreakTemplateDeclarations = FormatStyle::BTDS_Yes; in getGoogleStyle()
1846 MozillaStyle.BreakTemplateDeclarations = FormatStyle::BTDS_Yes; in getMozillaStyle()
H A DContinuationIndenter.cpp572 return Style.BreakTemplateDeclarations != FormatStyle::BTDS_No && in mustBreak()
573 (Style.BreakTemplateDeclarations != FormatStyle::BTDS_Leave || in mustBreak()
H A DTokenAnnotator.cpp5695 return Style.BreakTemplateDeclarations == FormatStyle::BTDS_Yes || in mustBreakBefore()
5696 (Style.BreakTemplateDeclarations == FormatStyle::BTDS_Leave && in mustBreakBefore()
6147 return Style.BreakTemplateDeclarations != FormatStyle::BTDS_Leave || in canBreakBefore()