Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp1813 bool EndsInComma = Current.MatchingParen && in moveStatePastScopeOpener() local
1816 AvoidBinPacking = EndsInComma || Current.is(TT_DictLiteral) || in moveStatePastScopeOpener()
1821 BreakBeforeParameter = EndsInComma; in moveStatePastScopeOpener()
1838 bool EndsInComma = in moveStatePastScopeOpener() local
1860 (Style.isJavaScript() && EndsInComma) || in moveStatePastScopeOpener()
1890 if (Style.isJavaScript() && EndsInComma) in moveStatePastScopeOpener()