Searched refs:addTokenToState (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Format/ |
D | ContinuationIndenter.h | 64 unsigned addTokenToState(LineState &State, bool Newline, bool DryRun,
|
D | FormatToken.cpp | 108 Penalty += Indenter->addTokenToState(State, NewLine, DryRun, ExtraSpaces); in formatAfterToken()
|
D | Format.cpp | 558 Indenter->addTokenToState(State, Newline, /*DryRun=*/false); in format() 884 Indenter->addTokenToState(State, /*Newline=*/false, DryRun); in format() 1143 Penalty += Indenter->addTokenToState(State, (*I)->NewLine, false); in reconstructPath() 1171 Penalty += Indenter->addTokenToState(Node->State, NewLine, true); in addNextStateToQueue()
|
D | ContinuationIndenter.cpp | 228 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline, in addTokenToState() function in clang::format::ContinuationIndenter
|