Searched refs:getBufferLocation (Results 1 – 5 of 5) sorted by relevance
520 const char *Offset = Lex->getBufferLocation(); in tryParseJSRegexLiteral()568 Lex->getBufferLocation() - CSharpStringLiteral->TokenText.size(); in handleCSharpVerbatimAndInterpolatedStrings()640 const char *Offset = Lex->getBufferLocation(); in handleTemplateStrings()691 Lex->getBufferLocation() - HashToken->TokenText.size(); // at "#" in tryParsePythonComment()913 const char *Offset = Lex->getBufferLocation(); in getNextToken()
270 const char *getBufferLocation() const { return BufferPtr; } in getBufferLocation() function
812 const char *Start = CurLexer->getBufferLocation(); in HandlePragmaModuleBuild()816 End = CurLexer->getBufferLocation(); in HandlePragmaModuleBuild()
540 if (TheLexer.getBufferLocation() > StrData) { in getBeginningOfFileToken()544 if (TheLexer.getBufferLocation() - TheTok.getLength() <= StrData) in getBeginningOfFileToken()
6932 } while (Lex.getBufferLocation() < EffectiveBufferEnd); in getTokens()