Home | History | Annotate | Download | only in Lex

Lines Matching refs:BufStart

67 void Lexer::InitLexer(const char *BufStart, const char *BufPtr,
69 BufferStart = BufStart;
140 const char *BufStart, const char *BufPtr, const char *BufEnd)
143 InitLexer(BufStart, BufPtr, BufEnd);
477 const char *BufStart = Buffer.data();
481 const char *StrData = BufStart+LocInfo.second;
486 while (LexStart != BufStart) {
497 Lexer TheLexer(LexerStartLoc, LangOpts, BufStart, LexStart, Buffer.end());