Searched refs:startsNextParameter (Results 1 – 4 of 4) sorted by relevance
324 bool startsNextParameter(const FormatToken &Current, const FormatStyle &Style) { in startsNextParameter() function
434 if ((startsNextParameter(Current, Style) || Previous.is(tok::semi) || in mustBreak()930 if (CurrentState.AvoidBinPacking && startsNextParameter(Current, Style)) in addTokenOnCurrentLine()
1965 bool startsNextParameter(const FormatToken &Current, const FormatStyle &Style);
5617 startsNextParameter(Right, Style)) { in mustBreakBefore()