HomeSort by relevance Sort by last modified time
    Searched refs:ANTLR3_EOR_TOKEN_TYPE (Results 1 - 2 of 2) sorted by null

  /external/antlr/antlr-3.4/runtime/C/include/
antlr3commontoken.h 56 #define ANTLR3_EOR_TOKEN_TYPE 1
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3baserecognizer.c 584 if (followClone->isMember(followClone, ANTLR3_EOR_TOKEN_TYPE))
591 followClone->remove(followClone, ANTLR3_EOR_TOKEN_TYPE);
610 || followClone->isMember(followClone, ANTLR3_EOR_TOKEN_TYPE)
969 if (localFollowSet->isMember(localFollowSet, ANTLR3_EOR_TOKEN_TYPE) == ANTLR3_FALSE)
976 followSet->remove(followSet, ANTLR3_EOR_TOKEN_TYPE);
    [all...]

Completed in 248 milliseconds