Lines Matching refs:yyextra
62 yyextra->leadingSpace = false; \
63 yyextra->lineStart = true; \
69 pp::Input* input = &yyextra->input; \
70 pp::Input::Location* scanLoc = &yyextra->scanLoc; \
83 result = yyextra->input.read(buf, maxSize);
118 yyextra->leadingSpace = true;
125 return yyextra->lineStart ? pp::Token::PP_HASH : pp::Token::PP_OTHER;
240 [ \t\v\f]+ { yyextra->leadingSpace = true; }
258 pp::Input* input = &yyextra->input;
259 pp::Input::Location* scanLoc = &yyextra->scanLoc;
274 yyextra->diagnostics->report(pp::Diagnostics::EOF_IN_COMMENT,