Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DUnwrappedLineFormatter.cpp317 Indenter->addTokenToState(State, Newline, /*DryRun=*/false); in format()
426 Indenter->addTokenToState(State, /*Newline=*/false, DryRun); in format()
639 Penalty += Indenter->addTokenToState(State, (*I)->NewLine, false); in reconstructPath()
666 Penalty += Indenter->addTokenToState(Node->State, NewLine, true); in addNextStateToQueue()
DContinuationIndenter.h66 unsigned addTokenToState(LineState &State, bool Newline, bool DryRun,
DFormatToken.cpp109 Penalty += Indenter->addTokenToState(State, NewLine, DryRun, ExtraSpaces); in formatAfterToken()
DContinuationIndenter.cpp241 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline, in addTokenToState() function in clang::format::ContinuationIndenter