Searched defs:LexStart (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Lex/
H A DLexer.cpp478 const char *LexStart = StrData; local
479 while (LexStart != BufStart) {
480 if (LexStart[0] == '\n' || LexStart[0] == '\r') {
481 ++LexStart;
485 --LexStart;
490 Lexer TheLexer(LexerStartLoc, LangOpts, BufStart, LexStart, Buffer.end());

Completed in 77 milliseconds