Home
last modified time | relevance | path

Searched refs:computeCSRuleFollow (Results 1 – 4 of 4) sorted by relevance

/external/antlr/runtime/C/src/
Dantlr3baserecognizer.c60 static pANTLR3_BITSET computeCSRuleFollow (pANTLR3_BASE_RECOGNIZER recognizer);
159 recognizer->computeCSRuleFollow = computeCSRuleFollow; in antlr3BaseRecognizerNew()
597 viableTokensFollowingThisRule = recognizer->computeCSRuleFollow(recognizer); in mismatchIsMissingToken()
939 computeCSRuleFollow (pANTLR3_BASE_RECOGNIZER recognizer) in computeCSRuleFollow() function
1673 viableToksFollowingRule = recognizer->computeCSRuleFollow(recognizer); in recoverFromMismatchedElement()
/external/antlr/runtime/C/include/
Dantlr3baserecognizer.h217 pANTLR3_BITSET (*computeCSRuleFollow) (struct ANTLR3_BASE_RECOGNIZER_struct * recognizer); member
/external/antlr/runtime/Cpp/include/
Dantlr3baserecognizer.hpp343 BitsetType* computeCSRuleFollow();
Dantlr3baserecognizer.inl163 viableTokensFollowingThisRule = this->computeCSRuleFollow();
361 …<ImplTraits, StreamType>::BitsetType* BaseRecognizer<ImplTraits, StreamType>::computeCSRuleFollow() function in BaseRecognizer
567 viableToksFollowingRule = this->computeCSRuleFollow();