Lines Matching refs:viableTokensFollowingThisRule
556 pANTLR3_BITSET viableTokensFollowingThisRule;
569 viableTokensFollowingThisRule = NULL;
597 viableTokensFollowingThisRule = recognizer->computeCSRuleFollow(recognizer);
598 followClone->borInPlace(followClone, viableTokensFollowingThisRule);
620 if (viableTokensFollowingThisRule != NULL)
622 viableTokensFollowingThisRule->free(viableTokensFollowingThisRule);