Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1117 BTDS_Leave, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp573 (Style.BreakTemplateDeclarations != FormatStyle::BTDS_Leave || in mustBreak()
H A DTokenAnnotator.cpp5696 (Style.BreakTemplateDeclarations == FormatStyle::BTDS_Leave && in mustBreakBefore()
6147 return Style.BreakTemplateDeclarations != FormatStyle::BTDS_Leave || in canBreakBefore()
H A DFormat.cpp272 IO.enumCase(Value, "Leave", FormatStyle::BTDS_Leave); in enumeration()