Searched refs:followClone (Results 1 - 1 of 1) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3baserecognizer.c555 pANTLR3_BITSET followClone; local
568 followClone = NULL;
576 followClone = antlr3BitsetLoad(follow);
577 if (followClone == NULL)
584 if (followClone->isMember(followClone, ANTLR3_EOR_TOKEN_TYPE))
591 followClone->remove(followClone, ANTLR3_EOR_TOKEN_TYPE);
598 followClone->borInPlace(followClone, viableTokensFollowingThisRul
[all...]

Completed in 84 milliseconds