Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp1461 bool EndsInComma = Current.MatchingParen && in moveStatePastScopeOpener() local
1464 AvoidBinPacking = EndsInComma || Current.is(TT_DictLiteral) || in moveStatePastScopeOpener()
1471 BreakBeforeParameter = EndsInComma; in moveStatePastScopeOpener()
1488 bool EndsInComma = in moveStatePastScopeOpener() local
1506 (Style.Language == FormatStyle::LK_JavaScript && EndsInComma) || in moveStatePastScopeOpener()
1535 if (Style.Language == FormatStyle::LK_JavaScript && EndsInComma) in moveStatePastScopeOpener()