Lines Matching refs:matchedSymbol
63 const UnitType* matchedSymbol = this->getCurrentInputSymbol(is); local
72 return matchedSymbol; // We are done
83 return matchedSymbol;
90 matchedSymbol = this->recoverFromMismatchedToken(ttype, follow);
91 return matchedSymbol;
422 const UnitType* matchedSymbol; local
461 matchedSymbol = this->getCurrentInputSymbol(is);
470 return matchedSymbol;
482 matchedSymbol = this->getMissingSymbol( is, m_state->get_exception(), ttype, follow);
483 m_state->get_exception()->set_token( matchedSymbol );
493 return matchedSymbol;
513 const UnitType* matchedSymbol; local
520 matchedSymbol = this->getMissingSymbol(is, m_state->get_exception(), follow);
521 m_state->get_exception()->set_token(matchedSymbol);
530 return matchedSymbol;