Home | History | Annotate | Download | only in parsing

Lines Matching refs:Impl

177   typedef Parser Impl;
1183 : variable_(&parser->impl()->target_stack_),
1185 previous_(parser->impl()->target_stack_) {
1186 parser->impl()->target_stack_ = this;
1203 : variable_(&parser->impl()->target_stack_),
1204 previous_(parser->impl()->target_stack_) {
1205 parser->impl()->target_stack_ = nullptr;