Lines Matching full:followset
499 ANTLRBitSet *followSet = [self computeErrorRecoverySet];501 [self consumeUntilFollow:anInput Follow:followSet];675 ANTLRBitSet *followSet = [[ANTLRBitSet newANTLRBitSet] retain];682 [followSet orInPlace:localFollowSet];689 [followSet remove:ANTLRTokenTypeEOR];697 return followSet;