Searched refs:addTokenToState (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Format/ |
| H A D | ContinuationIndenter.h | 85 unsigned addTokenToState(LineState &State, bool Newline, bool DryRun,
|
| H A D | UnwrappedLineFormatter.cpp | 1074 Indenter->addTokenToState(State, Newline, /*DryRun=*/false); in formatLine() 1096 Indenter->addTokenToState( in formatLine() 1251 Penalty += Indenter->addTokenToState(Node->State, NewLine, true); in addNextStateToQueue() 1269 Penalty += Indenter->addTokenToState(State, Node->NewLine, false); in reconstructPath()
|
| H A D | FormatToken.cpp | 151 Penalty += Indenter->addTokenToState(State, NewLine, DryRun, ExtraSpaces); in formatAfterToken()
|
| H A D | ContinuationIndenter.cpp | 606 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline, in addTokenToState() function in clang::format::ContinuationIndenter
|