Home
last modified time | relevance | path

Searched refs:updateNextToken (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.h231 virtual void updateNextToken(LineState &State) const {} in updateNextToken() function
455 void updateNextToken(LineState &State) const override;
H A DBreakableToken.cpp1007 void BreakableLineCommentSection::updateNextToken(LineState &State) const { in updateNextToken() function in clang::format::BreakableLineCommentSection
H A DContinuationIndenter.cpp2356 Token->updateNextToken(State); in breakProtrudingToken()