Lines Matching refs:yyextra
74 yyextra->leadingSpace = false; \
75 yyextra->lineStart = true; \
82 angle::pp::Input* input = &yyextra->input; \
83 angle::pp::Input::Location* scanLoc = &yyextra->scanLoc; \
96 result = yyextra->input.read(buf, maxSize, &yylineno);
138 yyextra->leadingSpace = true;
145 return yyextra->lineStart ? angle::pp::Token::PP_HASH : angle::pp::Token::PP_OTHER;
260 [ \t\v\f]+ { yyextra->leadingSpace = true; }
281 angle::pp::Input* input = &yyextra->input;
282 angle::pp::Input::Location* scanLoc = &yyextra->scanLoc;
298 yyextra->diagnostics->report(angle::pp::Diagnostics::PP_TOKENIZER_ERROR,
304 yyextra->diagnostics->report(angle::pp::Diagnostics::PP_EOF_IN_COMMENT,