Searched refs:localFollowSet (Results 1 – 9 of 9) sorted by relevance
950 pANTLR3_BITSET localFollowSet; in combineFollows() local957 localFollowSet = NULL; in combineFollows()961 …localFollowSet = antlr3BitsetLoad((pANTLR3_BITSET_LIST) recognizer->state->following->get(recogniz… in combineFollows()963 if (localFollowSet != NULL) in combineFollows()965 followSet->borInPlace(followSet, localFollowSet); in combineFollows()969 if (localFollowSet->isMember(localFollowSet, ANTLR3_EOR_TOKEN_TYPE) == ANTLR3_FALSE) in combineFollows()984 localFollowSet->free(localFollowSet); in combineFollows()985 localFollowSet = NULL; in combineFollows()989 if (localFollowSet != NULL) in combineFollows()991 localFollowSet->free(localFollowSet); in combineFollows()
592 localFollowSet,595 localFollowSet = this.state.following[i];596 followSet.orInPlace(localFollowSet);599 if ( localFollowSet.member(org.antlr.runtime.Token.EOR_TOKEN_TYPE) )
536 BitSet localFollowSet = (BitSet)state.following[i]; in combineFollows() local541 followSet.orInPlace(localFollowSet); in combineFollows()544 if ( localFollowSet.member(Token.EOR_TOKEN_TYPE) ) { in combineFollows()
639 BitSet localFollowSet = (BitSet)state.following[i]; in CombineFollows()644 followSet.OrInPlace( localFollowSet ); in CombineFollows()648 if ( localFollowSet.Member( TokenTypes.EndOfRule ) ) in CombineFollows()
565 BitSet localFollowSet = (BitSet)state.following[i]; in CombineFollows()570 followSet.OrInPlace(localFollowSet); in CombineFollows()573 if (localFollowSet.Member(TokenTypes.EndOfRule)) { in CombineFollows()
651 for idx, localFollowSet in reversed(list(enumerate(self._state.following))):652 followSet |= localFollowSet655 if EOR_TOKEN_TYPE in localFollowSet:
677 ANTLRBitSet *localFollowSet = (ANTLRBitSet *)[state.following objectAtIndex:i];680 localFollowSet.toString(getTokenNames())+")");682 [followSet orInPlace:localFollowSet];685 if ( [localFollowSet member:ANTLRTokenTypeEOR] ) {
508 var localFollowSet:BitSet = state.following[i];509 followSet.orInPlace(localFollowSet);512 if ( localFollowSet.member(TokenConstants.EOR_TOKEN_TYPE) ) {
META-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/ ...