Home
last modified time | relevance | path

Searched defs:updateNextToken (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.h228 virtual void updateNextToken(LineState &State) const {} in updateNextToken() function
H A DBreakableToken.cpp1145 void BreakableLineCommentSection::updateNextToken(LineState &State) const { in updateNextToken() function in clang::format::BreakableLineCommentSection