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