Searched refs:addTokenToState (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.h84 unsigned addTokenToState(LineState &State, bool Newline, bool DryRun,
H A DFormatToken.cpp128 Penalty += Indenter->addTokenToState(State, NewLine, DryRun, ExtraSpaces);
H A DUnwrappedLineFormatter.cpp859 Indenter->addTokenToState(State, Newline, /*DryRun=*/false);
881 Indenter->addTokenToState(
1031 Penalty += Indenter->addTokenToState(Node->State, NewLine, true);
1049 Penalty += Indenter->addTokenToState(State, (*I)->NewLine, false);
H A DContinuationIndenter.cpp506 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline, function in class:clang::format::ContinuationIndenter

Completed in 113 milliseconds