Lines Matching refs:yyextra
149 #define yyextra yyg->yyextra_r macro
584 yyextra->leadingSpace = false; \
585 yyextra->lineStart = true; \
591 pp::Input* input = &yyextra->input; \
592 pp::Input::Location* scanLoc = &yyextra->scanLoc; \
605 result = yyextra->input.read(buf, maxSize);
960 yyextra->leadingSpace = true;
969 return yyextra->lineStart ? pp::Token::PP_HASH : pp::Token::PP_OTHER;
1158 { yyextra->leadingSpace = true; }
1186 pp::Input* input = &yyextra->input;
1187 pp::Input::Location* scanLoc = &yyextra->scanLoc;
1202 yyextra->diagnostics->report(pp::Diagnostics::EOF_IN_COMMENT,
2019 return yyextra; in ppget_extra()
2092 yyextra = user_defined ; in ppset_extra()