Searched refs:moveStateToNextToken (Results 1 – 2 of 2) sorted by relevance
90 unsigned moveStateToNextToken(LineState &State, bool DryRun, bool Newline);
294 moveStateToNextToken(State, DryRun, /*Newline=*/false); in getInitialState()696 moveStateToNextToken(State, DryRun, /*Newline=*/false); in addTokenToState()706 return moveStateToNextToken(State, DryRun, Newline) + Penalty; in addTokenToState()1611 unsigned ContinuationIndenter::moveStateToNextToken(LineState &State, in moveStateToNextToken() function in clang::format::ContinuationIndenter