Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DContinuationIndenter.cpp120 static bool startsNextParameter(const FormatToken &Current, in startsNextParameter() function
355 if ((startsNextParameter(Current, Style) || Previous.is(tok::semi) || in mustBreak()
657 if (State.Stack.back().AvoidBinPacking && startsNextParameter(Current, Style)) in addTokenOnCurrentLine()