Home | History | Annotate | Download | only in src

Lines Matching refs:exact

61 static pANTLR3_BITSET		combineFollows				(pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_BOOLEAN exact);
801 /// You don't want the exact set of viable next tokens because the
900 /// we have the call chain. We may compute the exact (rather
932 /// You want the exact viable token set when recovering from a
947 combineFollows (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_BOOLEAN exact)
967 if (exact == ANTLR3_TRUE)