Lines Matching refs:yyextra
473 #define yyextra yyg->yyextra_r macro
948 yyextra->leadingSpace = false; \
949 yyextra->lineStart = true; \
955 pp::Input* input = &yyextra->input; \
956 pp::Input::Location* scanLoc = &yyextra->scanLoc; \
969 result = yyextra->input.read(buf, maxSize, &yylineno);
1458 yyextra->leadingSpace = true;
1467 return yyextra->lineStart ? pp::Token::PP_HASH : pp::Token::PP_OTHER;
1656 { yyextra->leadingSpace = true; }
1684 pp::Input* input = &yyextra->input;
1685 pp::Input::Location* scanLoc = &yyextra->scanLoc;
1701 yyextra->diagnostics->report(pp::Diagnostics::PP_TOKENIZER_ERROR,
1707 yyextra->diagnostics->report(pp::Diagnostics::PP_EOF_IN_COMMENT,
2569 return yyextra; in yyget_extra()
2659 yyextra = user_defined ; in yyset_extra()