Searched refs:addTokenToState (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Format/ |
| H A D | UnwrappedLineFormatter.cpp | 804 Indenter->addTokenToState(State, Newline, /*DryRun=*/false); in formatLine() 826 Indenter->addTokenToState( in formatLine() 976 Penalty += Indenter->addTokenToState(Node->State, NewLine, true); in addNextStateToQueue() 994 Penalty += Indenter->addTokenToState(State, (*I)->NewLine, false); in reconstructPath()
|
| H A D | ContinuationIndenter.h | 85 unsigned addTokenToState(LineState &State, bool Newline, bool DryRun,
|
| H A D | FormatToken.cpp | 129 Penalty += Indenter->addTokenToState(State, NewLine, DryRun, ExtraSpaces); in formatAfterToken()
|
| H A D | ContinuationIndenter.cpp | 504 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline, in addTokenToState() function in clang::format::ContinuationIndenter
|