Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/Format/
HDContinuationIndenter.cpp48 static bool startsNextParameter(const FormatToken &Current, in startsNextParameter() function
127 if ((startsNextParameter(Current, Style) || Previous.is(tok::semi) || in mustBreak()
270 if (State.Stack.back().AvoidBinPacking && startsNextParameter(Current, Style)) in addTokenOnCurrentLine()