Home | History | Annotate | Download | only in src

Lines Matching refs:followSet

944 /// Compute the current followset for the input stream.
949 pANTLR3_BITSET followSet;
956 followSet = antlr3BitsetNew(0);
965 followSet->borInPlace(followSet, localFollowSet);
976 followSet->remove(followSet, ANTLR3_EOR_TOKEN_TYPE);
993 return followSet;
1324 pANTLR3_BITSET followSet;
1373 followSet = recognizer->computeErrorRecoverySet(recognizer);
1381 recognizer->consumeUntilSet(recognizer, followSet);
1389 followSet->free(followSet);