Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatTokenLexer.cpp553 resetLexer(SourceMgr.getFileOffset(Lex->getSourceLocation(Offset))); in tryParseJSRegexLiteral()
615 resetLexer(SourceMgr.getFileOffset(loc)); in handleCSharpVerbatimAndInterpolatedStrings()
682 resetLexer(SourceMgr.getFileOffset(loc)); in handleTemplateStrings()
703 resetLexer(SourceMgr.getFileOffset(Loc)); in tryParsePythonComment()
916 resetLexer(SourceMgr.getFileOffset(Lex->getSourceLocation(Offset))); in getNextToken()
1065 void FormatTokenLexer::resetLexer(unsigned Offset) { in resetLexer() function in clang::format::FormatTokenLexer
H A DFormatTokenLexer.h127 void resetLexer(unsigned Offset);