Home | History | Annotate | Download | only in Lex

Lines Matching defs: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);
236 const char *BufEnd = BufPtr + Tok.getLength();
240 while (BufPtr < BufEnd) {
256 const char *RawEnd = BufEnd;
269 while (BufPtr < BufEnd) {