Lines Matching refs:localFollowSet
950 pANTLR3_BITSET localFollowSet;
957 localFollowSet = NULL;
961 localFollowSet = antlr3BitsetLoad((pANTLR3_BITSET_LIST) recognizer->state->following->get(recognizer->state->following, i-1));
963 if (localFollowSet != NULL)
965 followSet->borInPlace(followSet, localFollowSet);
969 if (localFollowSet->isMember(localFollowSet, ANTLR3_EOR_TOKEN_TYPE) == ANTLR3_FALSE)
984 localFollowSet->free(localFollowSet);
985 localFollowSet = NULL;
989 if (localFollowSet != NULL)
991 localFollowSetlocalFollowSet);