Searched refs:getBufferLocation (Results 1 – 6 of 6) sorted by relevance
579 const char *Offset = Lex->getBufferLocation(); in tryParseJSRegexLiteral()697 const char *StrBegin = Lex->getBufferLocation() - TokenText.size(); in handleCSharpVerbatimAndInterpolatedStrings()758 const char *Offset = Lex->getBufferLocation(); in handleTemplateStrings()808 Lex->getBufferLocation() - HashToken->TokenText.size(); // at "#" in tryParsePythonComment()950 Lex->getBufferLocation() - FormatTok->TokenText.size() + NewLen))); in truncateToken()1243 const char *Start = Lex->getBufferLocation(); in readRawTokenVerilogSpecific()
308 const char *getBufferLocation() const { return BufferPtr; } in getBufferLocation() function
821 const char *Start = CurLexer->getBufferLocation(); in HandlePragmaModuleBuild()825 End = CurLexer->getBufferLocation(); in HandlePragmaModuleBuild()
509 BeginPtr = PP.CurLexer->getBufferLocation(); in SkipExcludedConditionalBlock()578 const char *Hashptr = CurLexer->getBufferLocation() - Tok.getLength(); in SkipExcludedConditionalBlock()
543 if (TheLexer.getBufferLocation() > StrData) { in getBeginningOfFileToken()547 if (TheLexer.getBufferLocation() - TheTok.getLength() <= StrData) in getBeginningOfFileToken()
7198 } while (Lex.getBufferLocation() < EffectiveBufferEnd); in getTokens()