Lines Matching refs:pANTLR3_BITSET
49 static pANTLR3_BITSET computeErrorRecoverySet (pANTLR3_BASE_RECOGNIZER recognizer);
60 static pANTLR3_BITSET computeCSRuleFollow (pANTLR3_BASE_RECOGNIZER recognizer);
61 static pANTLR3_BITSET combineFollows (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_BOOLEAN exact);
68 static void consumeUntilSet (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_BITSET set);
555 pANTLR3_BITSET followClone; in mismatchIsMissingToken()
556 pANTLR3_BITSET viableTokensFollowingThisRule; in mismatchIsMissingToken()
878 static pANTLR3_BITSET
938 static pANTLR3_BITSET
946 static pANTLR3_BITSET
949 pANTLR3_BITSET followSet; in combineFollows()
950 pANTLR3_BITSET localFollowSet; in combineFollows()
1232 pANTLR3_BITSET errBits; in displayRecognitionError()
1324 pANTLR3_BITSET followSet; in recover()
1621 pANTLR3_BITSET viableToksFollowingRule; in recoverFromMismatchedElement()
1622 pANTLR3_BITSET follow; in recoverFromMismatchedElement()
1766 consumeUntilSet (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_BITSET set) in consumeUntilSet()