Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp1842 bool EndsInComma = Current.MatchingParen && in moveStatePastScopeOpener() local
1845 AvoidBinPacking = EndsInComma || Current.is(TT_DictLiteral) || in moveStatePastScopeOpener()
1850 BreakBeforeParameter = EndsInComma; in moveStatePastScopeOpener()
1878 bool EndsInComma = in moveStatePastScopeOpener() local
1900 (Style.isJavaScript() && EndsInComma) || in moveStatePastScopeOpener()
1930 if (Style.isJavaScript() && EndsInComma) in moveStatePastScopeOpener()