Home | History | Annotate | Download | only in Lex

Lines Matching refs:BufStart

55 void Lexer::InitLexer(const char *BufStart, const char *BufPtr,
57 BufferStart = BufStart;
132 const char *BufStart, const char *BufPtr, const char *BufEnd)
135 InitLexer(BufStart, BufPtr, BufEnd);
464 const char *BufStart = Buffer.data();
468 const char *StrData = BufStart+LocInfo.second;
473 while (LexStart != BufStart) {
484 Lexer TheLexer(LexerStartLoc, LangOpts, BufStart, LexStart, Buffer.end());