Searched refs:scanLoc (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DTokenizer.l54 pp::Input::Location* scanLoc = &yyextra->scanLoc; \
55 while ((scanLoc->sIndex < input->count()) && \
56 (scanLoc->cIndex >= input->length(scanLoc->sIndex))) \
58 scanLoc->cIndex -= input->length(scanLoc->sIndex++); \
63 scanLoc->cIndex += yyleng; \
243 pp::Input::Location* scanLoc = &yyextra->scanLoc;
[all...]
H A DTokenizer.h28 // scanLoc instead of Input::mReadLoc because they may not be the same
30 Input::Location scanLoc; member in struct:pp::Tokenizer::Context
H A DTokenizer.cpp550 pp::Input::Location* scanLoc = &yyextra->scanLoc; \
551 while ((scanLoc->sIndex < input->count()) && \
552 (scanLoc->cIndex >= input->length(scanLoc->sIndex))) \
554 scanLoc->cIndex -= input->length(scanLoc->sIndex++); \
559 scanLoc->cIndex += yyleng; \
1130 pp::Input::Location* scanLoc = &yyextra->scanLoc; local
[all...]

Completed in 472 milliseconds