• Home
  • Raw
  • Download

Lines Matching refs:BaseRecognizer

4 BaseRecognizer<ImplTraits, StreamType>::BaseRecognizer(ANTLR_UINT32 sizeHint,
28 ANTLR_INLINE typename BaseRecognizer<ImplTraits, StreamType>::SuperType* BaseRecognizer<ImplTraits,…
34 ANTLR_INLINE typename BaseRecognizer<ImplTraits, StreamType>::RecognizerSharedStateType* BaseRecogn…
39 ANTLR_INLINE typename BaseRecognizer<ImplTraits, StreamType>::DebugEventListenerType* BaseRecognize…
44 ANTLR_INLINE void BaseRecognizer<ImplTraits, StreamType>::set_state( RecognizerSharedStateType* sta…
49 ANTLR_INLINE void BaseRecognizer<ImplTraits, StreamType>::set_debugger( DebugEventListenerType* deb…
55 const typename BaseRecognizer<ImplTraits, StreamType>::UnitType*
56 BaseRecognizer<ImplTraits, StreamType>::match(ANTLR_UINT32 ttype, BitsetListType* follow)
96 void BaseRecognizer<ImplTraits, StreamType>::matchAny()
108 bool BaseRecognizer<ImplTraits, StreamType>::mismatchIsUnwantedToken(IntStreamType* is, ANTLR_UINT3…
123 bool BaseRecognizer<ImplTraits, StreamType>::mismatchIsMissingToken(IntStreamType* is, BitsetListTy…
199 void BaseRecognizer<ImplTraits, StreamType>::mismatch(ANTLR_UINT32 ttype, BitsetListType* follow)
205 void BaseRecognizer<ImplTraits, StreamType>::reportError()
211 void BaseRecognizer<ImplTraits, StreamType>::reportError( ClassForwarder<LexerType> )
222 void BaseRecognizer<ImplTraits, StreamType>::reportError(ClassForwarder<CompType> )
252 void BaseRecognizer<ImplTraits, StreamType>::displayRecognitionError(ANTLR_UINT8** tokenNames)
266 ANTLR_UINT32 BaseRecognizer<ImplTraits, StreamType>::getNumberOfSyntaxErrors()
272 void BaseRecognizer<ImplTraits, StreamType>::recover()
319 void BaseRecognizer<ImplTraits, StreamType>::beginResync()
328 void BaseRecognizer<ImplTraits, StreamType>::endResync()
337 void BaseRecognizer<ImplTraits, StreamType>::beginBacktrack(ANTLR_UINT32 level)
346 void BaseRecognizer<ImplTraits, StreamType>::endBacktrack(ANTLR_UINT32 level, bool successful)
355 typename BaseRecognizer<ImplTraits, StreamType>::BitsetType* BaseRecognizer<ImplTraits, StreamType>…
361 typename BaseRecognizer<ImplTraits, StreamType>::BitsetType* BaseRecognizer<ImplTraits, StreamType>…
367 typename BaseRecognizer<ImplTraits, StreamType>::BitsetType* BaseRecognizer<ImplTraits, StreamType>…
417 const typename BaseRecognizer<ImplTraits, StreamType>::UnitType*
418 BaseRecognizer<ImplTraits, StreamType>::recoverFromMismatchedToken( ANTLR_UINT32 ttype, BitsetListT…
508 const typename BaseRecognizer<ImplTraits, StreamType>::UnitType*
509 BaseRecognizer<ImplTraits, StreamType>::recoverFromMismatchedSet(BitsetListType* follow)
541 bool BaseRecognizer<ImplTraits, StreamType>::recoverFromMismatchedElement(BitsetListType* followBi…
608 void BaseRecognizer<ImplTraits, StreamType>::consumeUntil(ANTLR_UINT32 tokenType)
627 void BaseRecognizer<ImplTraits, StreamType>::consumeUntilSet(BitsetType* set)
648 ANTLR_MARKER BaseRecognizer<ImplTraits, StreamType>::getRuleMemoization( ANTLR_INTKEY ruleIndex, AN…
700 bool BaseRecognizer<ImplTraits, StreamType>::alreadyParsedRule(ANTLR_MARKER ruleIndex)
729 void BaseRecognizer<ImplTraits, StreamType>::memoize(ANTLR_MARKER ruleIndex, ANTLR_MARKER ruleParse…
757 const typename BaseRecognizer<ImplTraits, StreamType>::UnitType*
758 BaseRecognizer<ImplTraits, StreamType>::getCurrentInputSymbol( IntStreamType* istream )
764 const typename BaseRecognizer<ImplTraits, StreamType>::UnitType*
765 BaseRecognizer<ImplTraits, StreamType>::getCurrentInputSymbol(IntStreamType* istream, ClassForwarde…
771 const typename BaseRecognizer<ImplTraits, StreamType>::UnitType*
772 BaseRecognizer<ImplTraits, StreamType>::getCurrentInputSymbol(IntStreamType* istream, ClassForwarde…
780 const typename BaseRecognizer<ImplTraits, StreamType>::UnitType*
781 BaseRecognizer<ImplTraits, StreamType>::getCurrentInputSymbol(IntStreamType* istream, ClassForwarde…
790 typename BaseRecognizer<ImplTraits, StreamType>::UnitType* BaseRecognizer<ImplTraits, StreamType>::…
801 bool BaseRecognizer<ImplTraits, StreamType>::synpred(ClassForwarder<Predicate> pred)
839 void BaseRecognizer<ImplTraits, StreamType>::exConstruct()
845 void BaseRecognizer<ImplTraits, StreamType>::reset()
852 void BaseRecognizer<ImplTraits, StreamType>::reset( ClassForwarder<CompType> )
873 void BaseRecognizer<ImplTraits, StreamType>::reset( ClassForwarder<LexerType> )
885 BaseRecognizer<ImplTraits, StreamType>::~BaseRecognizer()