Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DBreakableToken.h236 virtual void updateNextToken(LineState &State) const {} in updateNextToken() function
458 void updateNextToken(LineState &State) const override;
H A DBreakableToken.cpp941 void BreakableLineCommentSection::updateNextToken(LineState &State) const { in updateNextToken() function in clang::format::BreakableLineCommentSection
H A DContinuationIndenter.cpp2159 Token->updateNextToken(State); in breakProtrudingToken()