Home
last modified time | relevance | path

Searched refs:recoverFromMismatchedElement (Results 1 – 7 of 7) sorted by relevance

/external/antlr/runtime/C/include/
Dantlr3baserecognizer.h241 ANTLR3_BOOLEAN (*recoverFromMismatchedElement) member
/external/antlr/runtime/Cpp/include/
Dantlr3baserecognizer.hpp396 bool recoverFromMismatchedElement(BitsetListType* follow);
Dantlr3parser.hpp148 bool recoverFromMismatchedElement(BitsetListType* follow);
Dantlr3parser.inl471 ANTLR_INLINE bool Parser<ImplTraits>::recoverFromMismatchedElement(BitsetListType* follow) function in Parser
473 return this->get_rec()->recoverFromMismatchedElement(follow);
Dantlr3baserecognizer.inl541 bool BaseRecognizer<ImplTraits, StreamType>::recoverFromMismatchedElement(BitsetListType* followBi… function in BaseRecognizer
/external/antlr/runtime/C/src/
Dantlr3baserecognizer.c66 static ANTLR3_BOOLEAN recoverFromMismatchedElement(pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_BIT…
176 recognizer->recoverFromMismatchedElement= recoverFromMismatchedElement; in antlr3BaseRecognizerNew()
1619 recoverFromMismatchedElement (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_BITSET_LIST followBit… in recoverFromMismatchedElement() function
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/C/
DC.stg404 #define RECOVERFROMMISMATCHEDELEMENT(e) RECOGNIZER->recoverFromMismatchedElement(RECOGNIZER, s)
476 #define RECOVERFROMMISMATCHEDELEMENT(e) RECOGNIZER->recoverFromMismatchedElement(RECOGNIZER, s)