Searched refs:expectingSet (Results 1 – 5 of 5) sorted by relevance
158 pANTLR3_BITSET_LIST expectingSet; member
162 void set_expectingSet( BitsetListType* expectingSet );
127 … void ANTLR_ExceptionBase<ImplTraits, StreamType>::set_expectingSet( BitsetListType* expectingSet ) argument129 m_expectingSet = expectingSet;
1244 errBits = antlr3BitsetLoad (ex->expectingSet); in displayRecognitionError()
2146 EXCEPTION->expectingSet = &FOLLOW_set_in_<ruleName><elementIndex>;