Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp132 static bool startsNextParameter(const FormatToken &Current, in startsNextParameter() function
407 if ((startsNextParameter(Current, Style) || Previous.is(tok::semi) || in mustBreak()
838 if (CurrentState.AvoidBinPacking && startsNextParameter(Current, Style)) in addTokenOnCurrentLine()