Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.cpp324 bool startsNextParameter(const FormatToken &Current, const FormatStyle &Style) { in startsNextParameter() function
H A DContinuationIndenter.cpp434 if ((startsNextParameter(Current, Style) || Previous.is(tok::semi) || in mustBreak()
930 if (CurrentState.AvoidBinPacking && startsNextParameter(Current, Style)) in addTokenOnCurrentLine()
H A DFormatToken.h1965 bool startsNextParameter(const FormatToken &Current, const FormatStyle &Style);
H A DTokenAnnotator.cpp5617 startsNextParameter(Right, Style)) { in mustBreakBefore()