Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.h147 void resetLexer(unsigned Offset);
H A DFormatTokenLexer.cpp692 resetLexer(SourceMgr.getFileOffset(Lex->getSourceLocation(Offset))); in tryParseJSRegexLiteral()
813 resetLexer(SourceMgr.getFileOffset(Lex->getSourceLocation(Offset + 1))); in handleCSharpVerbatimAndInterpolatedStrings()
828 resetLexer(SourceMgr.getFileOffset( in handleTableGenMultilineString()
948 resetLexer(SourceMgr.getFileOffset(loc)); in handleTemplateStrings()
969 resetLexer(SourceMgr.getFileOffset(Loc)); in tryParsePythonComment()
1098 resetLexer(SourceMgr.getFileOffset(Lex->getSourceLocation( in truncateToken()
1450 void FormatTokenLexer::resetLexer(unsigned Offset) { in resetLexer() function in clang::format::FormatTokenLexer