Home | History | Annotate | Download | only in parsing

Lines Matching refs:ParsingModeScope

249   class ParsingModeScope BASE_EMBEDDED {
251 ParsingModeScope(Parser* parser, Mode mode)
255 ~ParsingModeScope() { parser_->mode_ = old_mode_; }