Searched refs:addTokenToState (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Format/ |
D | UnwrappedLineFormatter.cpp | 593 Indenter->addTokenToState(State, Newline, /*DryRun=*/false); in formatLine() 614 Indenter->addTokenToState(State, /*Newline=*/false, DryRun); in formatLine() 759 Penalty += Indenter->addTokenToState(Node->State, NewLine, true); in addNextStateToQueue() 778 Penalty += Indenter->addTokenToState(State, (*I)->NewLine, false); in reconstructPath()
|
D | ContinuationIndenter.h | 67 unsigned addTokenToState(LineState &State, bool Newline, bool DryRun,
|
D | FormatToken.cpp | 125 Penalty += Indenter->addTokenToState(State, NewLine, DryRun, ExtraSpaces); in formatAfterToken()
|
D | ContinuationIndenter.cpp | 277 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline, in addTokenToState() function in clang::format::ContinuationIndenter
|