Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DContinuationIndenter.cpp1295 bool EndsInComma = Current.MatchingParen && in moveStatePastScopeOpener() local
1298 AvoidBinPacking = EndsInComma || Current.is(TT_DictLiteral) || in moveStatePastScopeOpener()
1305 BreakBeforeParameter = EndsInComma; in moveStatePastScopeOpener()
1322 bool EndsInComma = in moveStatePastScopeOpener() local
1339 (Style.Language == FormatStyle::LK_JavaScript && EndsInComma) || in moveStatePastScopeOpener()
1368 if (Style.Language == FormatStyle::LK_JavaScript && EndsInComma) in moveStatePastScopeOpener()