Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Format/
DFormatTokenLexer.h141 void resetLexer(unsigned Offset);
DFormatTokenLexer.cpp612 resetLexer(SourceMgr.getFileOffset(Lex->getSourceLocation(Offset))); in tryParseJSRegexLiteral()
733 resetLexer(SourceMgr.getFileOffset(Lex->getSourceLocation(Offset + 1))); in handleCSharpVerbatimAndInterpolatedStrings()
799 resetLexer(SourceMgr.getFileOffset(loc)); in handleTemplateStrings()
820 resetLexer(SourceMgr.getFileOffset(Loc)); in tryParsePythonComment()
949 resetLexer(SourceMgr.getFileOffset(Lex->getSourceLocation( in truncateToken()
1302 void FormatTokenLexer::resetLexer(unsigned Offset) { in resetLexer() function in clang::format::FormatTokenLexer