Searched refs:ANTLR_INLINE (Results 1 – 15 of 15) sorted by relevance
25 ANTLR_INLINE typename RecognizerSharedState<ImplTraits, StreamType>::FollowingType& RecognizerShare…30 ANTLR_INLINE ANTLR_UINT32 RecognizerSharedState<ImplTraits, StreamType>::get_sizeHint() const35 ANTLR_INLINE bool RecognizerSharedState<ImplTraits, StreamType>::get_error() const40 ANTLR_INLINE typename RecognizerSharedState<ImplTraits, StreamType>::ExceptionBaseType* 47 ANTLR_INLINE bool RecognizerSharedState<ImplTraits, StreamType>::get_errorRecovery() const52 ANTLR_INLINE bool RecognizerSharedState<ImplTraits, StreamType>::get_failed() const58 ANTLR_INLINE bool RecognizerSharedState<ImplTraits, StreamType>::get_token_present() const64 ANTLR_INLINE ANTLR_MARKER RecognizerSharedState<ImplTraits, StreamType>::get_lastErrorIndex() const69 ANTLR_INLINE ANTLR_UINT32 RecognizerSharedState<ImplTraits, StreamType>::get_errorCount() const74 ANTLR_INLINE ANTLR_INT32 RecognizerSharedState<ImplTraits, StreamType>::get_backtracking() const[all …]
29 ANTLR_INLINE typename Parser<ImplTraits>::TokenStreamType* Parser<ImplTraits>::get_tstream() const35 ANTLR_INLINE typename Parser<ImplTraits>::IntStreamType* Parser<ImplTraits>::get_istream() const41 ANTLR_INLINE typename Parser<ImplTraits>::IntStreamType* Parser<ImplTraits>::get_parser_istream() c…47 ANTLR_INLINE typename Parser<ImplTraits>::TokenStreamType* Parser<ImplTraits>::get_input() const166 ANTLR_INLINE void Parser<ImplTraits>::setTokenStream(TokenStreamType* tstream)173 ANTLR_INLINE typename Parser<ImplTraits>::TokenStreamType* Parser<ImplTraits>::getTokenStream()179 ANTLR_INLINE typename Parser<ImplTraits>::RecognizerType* Parser<ImplTraits>::get_rec()185 ANTLR_INLINE void Parser<ImplTraits>::exConstruct()275 ANTLR_INLINE const typename Parser<ImplTraits>::RecognizerType* Parser<ImplTraits>::get_recognizer(…281 ANTLR_INLINE typename Parser<ImplTraits>::RecognizerSharedStateType* Parser<ImplTraits>::get_psrsta…[all …]
78 ANTLR_INLINE bool CommonToken<ImplTraits>::operator<( const CommonToken& ctoken ) const98 ANTLR_INLINE typename CommonToken<ImplTraits>::InputStreamType* CommonToken<ImplTraits>::get_input(…104 ANTLR_INLINE ANTLR_MARKER CommonToken<ImplTraits>::get_index() const110 ANTLR_INLINE void CommonToken<ImplTraits>::set_index( ANTLR_MARKER index )147 ANTLR_INLINE void CommonToken<ImplTraits>::set_tokText( const StringType& text )153 ANTLR_INLINE void CommonToken<ImplTraits>::setText(ANTLR_UINT8* text)162 ANTLR_INLINE void CommonToken<ImplTraits>::setText(const char* text)171 ANTLR_INLINE ANTLR_UINT32 CommonToken<ImplTraits>::get_type() const177 ANTLR_INLINE ANTLR_UINT32 CommonToken<ImplTraits>::getType() const183 ANTLR_INLINE void CommonToken<ImplTraits>::set_type(ANTLR_UINT32 ttype)[all …]
123 ANTLR_INLINE const typename InputStream<ImplTraits>::DataType* InputStream<ImplTraits>::get_data() …128 ANTLR_INLINE bool InputStream<ImplTraits>::get_isAllocated() const133 ANTLR_INLINE const typename InputStream<ImplTraits>::DataType* InputStream<ImplTraits>::get_nextCha…138 ANTLR_INLINE ANTLR_UINT32 InputStream<ImplTraits>::get_sizeBuf() const143 ANTLR_INLINE ANTLR_UINT32 InputStream<ImplTraits>::get_line() const148 ANTLR_INLINE const typename InputStream<ImplTraits>::DataType* InputStream<ImplTraits>::get_current…153 ANTLR_INLINE ANTLR_INT32 InputStream<ImplTraits>::get_charPositionInLine() const158 ANTLR_INLINE ANTLR_UINT32 InputStream<ImplTraits>::get_markDepth() const163 ANTLR_INLINE typename InputStream<ImplTraits>::MarkersType& InputStream<ImplTraits>::get_markers()168 ANTLR_INLINE const typename InputStream<ImplTraits>::StringType& InputStream<ImplTraits>::get_fileN…[all …]
113 ANTLR_INLINE static void* operator new (std::size_t bytes) in operator new()118 ANTLR_INLINE static void* operator new (std::size_t , void* p) { return p; } in operator new()119 ANTLR_INLINE static void* operator new[]( std::size_t bytes) in operator new[]()124 ANTLR_INLINE static void operator delete(void* p) in operator delete()128 ANTLR_INLINE static void operator delete(void* , void* ) {} //placement delete in operator delete()130 ANTLR_INLINE static void operator delete[](void* p) in operator delete[]()135 ANTLR_INLINE static void* alloc( std::size_t bytes ) in alloc()143 ANTLR_INLINE static void* alloc0( std::size_t bytes ) in alloc0()151 ANTLR_INLINE static void free( void* p ) in free()156 ANTLR_INLINE static void* realloc(void *ptr, size_t size) in realloc()
22 ANTLR_INLINE typename ANTLR_ExceptionBase<ImplTraits, StreamType>::StringType& ANTLR_ExceptionBase<…27 ANTLR_INLINE typename ANTLR_ExceptionBase<ImplTraits, StreamType>::StringType& ANTLR_ExceptionBase<…32 ANTLR_INLINE ANTLR_MARKER ANTLR_ExceptionBase<ImplTraits, StreamType>::get_index() const37 ANTLR_INLINE const typename ANTLR_ExceptionBase<ImplTraits, StreamType>::TokenType* ANTLR_Exception…42 ANTLR_INLINE typename ANTLR_ExceptionBase<ImplTraits, StreamType>::ExceptionBaseType* ANTLR_Excepti…47 ANTLR_INLINE ANTLR_UINT32 ANTLR_ExceptionBase<ImplTraits, StreamType>::get_expecting() const52 ANTLR_INLINE typename ANTLR_ExceptionBase<ImplTraits, StreamType>::BitsetListType* ANTLR_ExceptionB…57 ANTLR_INLINE typename ANTLR_ExceptionBase<ImplTraits, StreamType>::TokenType* ANTLR_ExceptionBase<I…62 ANTLR_INLINE ANTLR_UCHAR ANTLR_ExceptionBase<ImplTraits, StreamType>::get_c() const67 ANTLR_INLINE ANTLR_UINT32 ANTLR_ExceptionBase<ImplTraits, StreamType>::get_line() const[all …]
398 ANTLR_INLINE const typename Lexer<ImplTraits>::RecognizerType* Lexer<ImplTraits>::get_rec() const404 ANTLR_INLINE const typename Lexer<ImplTraits>::RecognizerType* Lexer<ImplTraits>::get_recognizer() …410 ANTLR_INLINE typename Lexer<ImplTraits>::RecognizerSharedStateType* Lexer<ImplTraits>::get_lexstate…416 ANTLR_INLINE void Lexer<ImplTraits>::set_lexstate( RecognizerSharedStateType* lexstate )422 ANTLR_INLINE const typename Lexer<ImplTraits>::TokenSourceType* Lexer<ImplTraits>::get_tokSource() …428 ANTLR_INLINE typename Lexer<ImplTraits>::CommonTokenType* Lexer<ImplTraits>::get_ltoken() const434 ANTLR_INLINE void Lexer<ImplTraits>::set_ltoken( const CommonTokenType* ltoken )440 ANTLR_INLINE bool Lexer<ImplTraits>::hasFailed() const446 ANTLR_INLINE ANTLR_INT32 Lexer<ImplTraits>::get_backtracking() const452 ANTLR_INLINE void Lexer<ImplTraits>::inc_backtracking()[all …]
4 ANTLR_INLINE BitsetList<ImplTraits>::BitsetList()11 ANTLR_INLINE BitsetList<ImplTraits>::BitsetList( ANTLR_BITWORD* bits, ANTLR_UINT32 length )18 ANTLR_INLINE ANTLR_BITWORD* BitsetList<ImplTraits>::get_bits() const24 ANTLR_INLINE ANTLR_UINT32 BitsetList<ImplTraits>::get_length() const30 ANTLR_INLINE void BitsetList<ImplTraits>::set_bits( ANTLR_BITWORD* bits )36 ANTLR_INLINE void BitsetList<ImplTraits>::set_length( ANTLR_UINT32 length )120 ANTLR_INLINE Bitset<ImplTraits>* Bitset<ImplTraits>::clone() const214 ANTLR_INLINE void Bitset<ImplTraits>::add(ANTLR_INT32 bit)318 ANTLR_INLINE ANTLR_UINT32 Bitset<ImplTraits>::numBits() const324 ANTLR_INLINE typename ImplTraits::BitsetListType& Bitset<ImplTraits>::get_blist()[all …]
4 ANTLR_INLINE TrieEntry<ImplTraits, DataType>::TrieEntry(const DataType& data, TrieEntry* next)10 ANTLR_INLINE DataType& TrieEntry<ImplTraits, DataType>::get_data()15 ANTLR_INLINE const DataType& TrieEntry<ImplTraits, DataType>::get_data() const20 ANTLR_INLINE TrieEntry<ImplTraits, DataType>* TrieEntry<ImplTraits, DataType>::get_next() const26 ANTLR_INLINE void TrieEntry<ImplTraits, DataType>::set_next( TrieEntry* next )32 ANTLR_INLINE ANTLR_UINT32 IntTrieNode<ImplTraits, DataType>::get_bitNum() const37 ANTLR_INLINE ANTLR_INTKEY IntTrieNode<ImplTraits, DataType>::get_key() const42 ANTLR_INLINE typename IntTrieNode<ImplTraits, DataType>::BucketsType* IntTrieNode<ImplTraits, DataT…47 ANTLR_INLINE IntTrieNode<ImplTraits, DataType>* IntTrieNode<ImplTraits, DataType>::get_leftN() const52 ANTLR_INLINE IntTrieNode<ImplTraits, DataType>* IntTrieNode<ImplTraits, DataType>::get_rightN() con…[all …]
194 #define ANTLR_INLINE __inline macro272 #define ANTLR_INLINE inline macro
4 ANTLR_INLINE void GenericStream::displayRecognitionError( const StringType& str )
11 ANTLR_INLINE typename TokenSource<ImplTraits>::CommonTokenType& TokenSource<ImplTraits>::get_eofTok…17 ANTLR_INLINE const typename TokenSource<ImplTraits>::TokenType& TokenSource<ImplTraits>::get_eofTok…23 ANTLR_INLINE typename TokenSource<ImplTraits>::CommonTokenType& TokenSource<ImplTraits>::get_skipTo…29 ANTLR_INLINE typename TokenSource<ImplTraits>::StringType& TokenSource<ImplTraits>::get_fileName()35 ANTLR_INLINE void TokenSource<ImplTraits>::set_fileName( const StringType& fileName )325 ANTLR_INLINE ANTLR_INT32 CommonTokenStream<ImplTraits>::get_p() const331 ANTLR_INLINE void CommonTokenStream<ImplTraits>::set_p( ANTLR_INT32 p )337 ANTLR_INLINE void CommonTokenStream<ImplTraits>::inc_p()343 ANTLR_INLINE void CommonTokenStream<ImplTraits>::dec_p()349 ANTLR_INLINE ANTLR_MARKER CommonTokenStream<ImplTraits>::index_impl()
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…
4 ANTLR_INLINE IntStream<ImplTraits, SuperType>::IntStream()11 ANTLR_INLINE typename IntStream<ImplTraits, SuperType>::StringType IntStream<ImplTraits, SuperType>…17 ANTLR_INLINE typename IntStream<ImplTraits, SuperType>::StringType& IntStream<ImplTraits, SuperTyp…23 ANTLR_INLINE const typename IntStream<ImplTraits, SuperType>::StringType& IntStream<ImplTraits, Su…29 ANTLR_INLINE ANTLR_MARKER IntStream<ImplTraits, SuperType>::get_lastMarker() const35 ANTLR_INLINE void IntStream<ImplTraits, SuperType>::setUcaseLA(bool flag)41 ANTLR_INLINE SuperType* IntStream<ImplTraits, SuperType>::get_super()
4 ANTLR_INLINE CommonTreeAdaptor<ImplTraits>::CommonTreeAdaptor(DebuggerType*)