Home
last modified time | relevance | path

Searched defs:combineFollows (Results 1 – 6 of 6) sorted by relevance

/external/antlr/runtime/C/include/
Dantlr3baserecognizer.h222 pANTLR3_BITSET (*combineFollows) (struct ANTLR3_BASE_RECOGNIZER_struct * recognizer, member
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
DBaseRecognizer.java532 protected BitSet combineFollows(boolean exact) { in combineFollows() method in BaseRecognizer
/external/antlr/runtime/Cpp/include/
Dantlr3baserecognizer.inl367 …Traits, StreamType>::BitsetType* BaseRecognizer<ImplTraits, StreamType>::combineFollows(bool exact) function in BaseRecognizer
/external/antlr/runtime/C/src/
Dantlr3baserecognizer.c947 combineFollows (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_BOOLEAN exact) in combineFollows() function
/external/antlr/runtime/Python/antlr3/
Drecognizers.py649 def combineFollows(self, exact): member in BaseRecognizer
/external/antlr/runtime/Python3/antlr3/
Drecognizers.py641 def combineFollows(self, exact): member in BaseRecognizer