Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp1033 void BreakableLineCommentSection::updateNextToken(LineState &State) const { in updateNextToken() function in clang::format::BreakableLineCommentSection
H A DContinuationIndenter.cpp2565 Token->updateNextToken(State); in breakProtrudingToken()