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