Searched refs:moveStateToNextToken (Results 1 – 2 of 2) sorted by relevance
77 unsigned moveStateToNextToken(LineState &State, bool DryRun, bool Newline);
94 moveStateToNextToken(State, DryRun, /*Newline=*/false); in getInitialState()299 moveStateToNextToken(State, DryRun, /*Newline=*/false); in addTokenToState()309 return moveStateToNextToken(State, DryRun, Newline) + Penalty; in addTokenToState()708 unsigned ContinuationIndenter::moveStateToNextToken(LineState &State, in moveStateToNextToken() function in clang::format::ContinuationIndenter