Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DContinuationIndenter.cpp48 static bool startsNextParameter(const FormatToken &Current, in startsNextParameter() function
146 if ((startsNextParameter(Current, Style) || Previous.is(tok::semi) || in mustBreak()
344 if (State.Stack.back().AvoidBinPacking && startsNextParameter(Current, Style)) in addTokenOnCurrentLine()