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.cpp728 resetLexer(SourceMgr.getFileOffset(Lex->getSourceLocation(S))); in tryParseJavaTextBlock()
787 resetLexer(SourceMgr.getFileOffset(Lex->getSourceLocation(Offset))); in tryParseJSRegexLiteral()
905 resetLexer(SourceMgr.getFileOffset(Lex->getSourceLocation(Offset + 1))); in handleCSharpVerbatimAndInterpolatedStrings()
920 resetLexer(SourceMgr.getFileOffset( in handleTableGenMultilineString()
1040 resetLexer(SourceMgr.getFileOffset(loc)); in handleTemplateStrings()
1061 resetLexer(SourceMgr.getFileOffset(Loc)); in tryParsePythonComment()
1190 resetLexer(SourceMgr.getFileOffset(Lex->getSourceLocation( in truncateToken()
1581 void FormatTokenLexer::resetLexer(unsigned Offset) { in resetLexer() function in clang::format::FormatTokenLexer
H A DFormatTokenLexer.h152 void resetLexer(unsigned Offset);