Home | History | Annotate | Download | only in Lex

Lines Matching refs:BufEnd

56                       const char *BufEnd) {
59 BufferEnd = BufEnd;
61 assert(BufEnd[0] == 0 &&
132 const char *BufStart, const char *BufPtr, const char *BufEnd)
135 InitLexer(BufStart, BufPtr, BufEnd);
242 const char *BufEnd = BufPtr + Tok.getLength();
246 while (BufPtr < BufEnd) {
262 const char *RawEnd = BufEnd;
275 while (BufPtr < BufEnd) {