Searched refs:updateNextToken (Results 1 – 3 of 3) sorted by relevance
231 virtual void updateNextToken(LineState &State) const {} in updateNextToken() function455 void updateNextToken(LineState &State) const override;
1033 void BreakableLineCommentSection::updateNextToken(LineState &State) const { in updateNextToken() function in clang::format::BreakableLineCommentSection
2565 Token->updateNextToken(State); in breakProtrudingToken()