Searched refs:addTokenToState (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
| H A D | ContinuationIndenter.h | 84 unsigned addTokenToState(LineState &State, bool Newline, bool DryRun,
|
| H A D | UnwrappedLineFormatter.cpp | 898 Indenter->addTokenToState(State, Newline, /*DryRun=*/false); in formatLine() 920 Indenter->addTokenToState( in formatLine() 1070 Penalty += Indenter->addTokenToState(Node->State, NewLine, true); in addNextStateToQueue() 1088 Penalty += Indenter->addTokenToState(State, (*I)->NewLine, false); in reconstructPath()
|
| H A D | FormatToken.cpp | 130 Penalty += Indenter->addTokenToState(State, NewLine, DryRun, ExtraSpaces); in formatAfterToken()
|
| H A D | ContinuationIndenter.cpp | 525 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline, in addTokenToState() function in clang::format::ContinuationIndenter
|