Home
last modified time | relevance | path

Searched refs:resetLexer (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.h152 void resetLexer(unsigned Offset);
H A DFormatTokenLexer.cpp654 resetLexer(SourceMgr.getFileOffset(Lex->getSourceLocation(Offset))); in tryParseJSRegexLiteral()
775 resetLexer(SourceMgr.getFileOffset(Lex->getSourceLocation(Offset + 1))); in handleCSharpVerbatimAndInterpolatedStrings()
790 resetLexer(SourceMgr.getFileOffset( in handleTableGenMultilineString()
910 resetLexer(SourceMgr.getFileOffset(loc)); in handleTemplateStrings()
931 resetLexer(SourceMgr.getFileOffset(Loc)); in tryParsePythonComment()
1060 resetLexer(SourceMgr.getFileOffset(Lex->getSourceLocation( in truncateToken()
1412 void FormatTokenLexer::resetLexer(unsigned Offset) { in resetLexer() function in clang::format::FormatTokenLexer