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

/external/clang/lib/Format/
H A DContinuationIndenter.h64 unsigned addTokenToState(LineState &State, bool Newline, bool DryRun,
H A DFormatToken.cpp108 Penalty += Indenter->addTokenToState(State, NewLine, DryRun, ExtraSpaces);
H A DFormat.cpp558 Indenter->addTokenToState(State, Newline, /*DryRun=*/false);
884 Indenter->addTokenToState(State, /*Newline=*/false, DryRun);
1143 Penalty += Indenter->addTokenToState(State, (*I)->NewLine, false);
1171 Penalty += Indenter->addTokenToState(Node->State, NewLine, true);
H A DContinuationIndenter.cpp228 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline, function in class:clang::format::ContinuationIndenter

Completed in 55 milliseconds