Home
last modified time | relevance | path

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

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