Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.h228 virtual void updateNextToken(LineState &State) const {} in updateNextToken() function
496 void updateNextToken(LineState &State) const override;
H A DBreakableToken.cpp1145 void BreakableLineCommentSection::updateNextToken(LineState &State) const { in updateNextToken() function in clang::format::BreakableLineCommentSection
H A DContinuationIndenter.cpp2812 Token->updateNextToken(State); in breakProtrudingToken()