Home | History | Annotate | Download | only in preprocessor

Lines Matching refs:yyextra

142 #define yyextra yyg->yyextra_r
562 yyextra->leadingSpace = false; \
563 yyextra->lineStart = true; \
569 pp::Input* input = &yyextra->input; \
570 pp::Input::Location* scanLoc = &yyextra->scanLoc; \
583 result = yyextra->input.read(buf, maxSize);
927 yyextra->leadingSpace = true;
936 return yyextra->lineStart ? pp::Token::PP_HASH : pp::Token::PP_OTHER;
1125 { yyextra->leadingSpace = true; }
1153 pp::Input* input = &yyextra->input;
1154 pp::Input::Location* scanLoc = &yyextra->scanLoc;
1170 yyextra->diagnostics->report(pp::Diagnostics::PP_EOF_IN_COMMENT,
1980 return yyextra;
2053 yyextra = user_defined ;
2175 * the yyextra field.