Home
last modified time | relevance | path

Searched refs:ANTLR_Exception (Results 1 – 9 of 9) sorted by relevance

/external/antlr/runtime/Cpp/include/
Dantlr3exception.inl175 ANTLR_Exception<ImplTraits, Ex, StreamType>::ANTLR_Exception(BaseRecognizerType* recognizer, const … function in ANTLR_Exception
186 ANTLR_UINT32 ANTLR_Exception<ImplTraits, Ex, StreamType>::getType() const
192 void ANTLR_Exception<ImplTraits, Ex, StreamType>::print() const
209 typename ANTLR_Exception<ImplTraits, Ex, StreamType>::StringType
210 ANTLR_Exception<ImplTraits, Ex, StreamType>::getName() const
228 void ANTLR_Exception<ImplTraits, Ex, StreamType>::displayRecognitionError( ANTLR_UINT8** tokenNames…
Dantlr3exception.hpp186 class ANTLR_Exception : public ImplTraits::template ExceptionBaseType<StreamType> class
196 ANTLR_Exception(BaseRecognizerType* recognizer, const StringType& message);
Dantlr3parser.inl187 new ANTLR_Exception<ImplTraits, MISMATCHED_TOKEN_EXCEPTION, StreamType>( this->get_rec(), "" );
245 new ANTLR_Exception<ImplTraits, MISMATCHED_TOKEN_EXCEPTION, StreamType>(this, "");
255 new ANTLR_Exception<ImplTraits, UNWANTED_TOKEN_EXCEPTION, StreamType>(this, "");
263 new ANTLR_Exception<ImplTraits, MISSING_TOKEN_EXCEPTION, StreamType>(this, "");
269 new ANTLR_Exception<ImplTraits, MISMATCHED_TOKEN_EXCEPTION, StreamType>(this, "");
Dantlr3interfaces.hpp108 class ANTLR_Exception;
Dantlr3cyclicdfa.inl197 ANTLR_Exception<ImplTraits, NO_VIABLE_ALT_EXCEPTION, StreamType>* ex
198 …= new ANTLR_Exception<ImplTraits, NO_VIABLE_ALT_EXCEPTION, StreamType>( rec, (const char*)m_descri…
Dantlr3treeparser.inl143 …new ANTLR_Exception<ImplTraits, MISMATCHED_TREE_NODE_EXCEPTION, TreeNodeStreamType>( this->get_rec…
Dantlr3baserecognizer.inl433 new ANTLR_Exception<ImplTraits, UNWANTED_TOKEN_EXCEPTION, StreamType>(this, "");
481 new ANTLR_Exception<ImplTraits, MISSING_TOKEN_EXCEPTION, StreamType>(this, "");
498 new ANTLR_Exception<ImplTraits, RECOGNITION_EXCEPTION, StreamType>(this, "");
519 new ANTLR_Exception<ImplTraits, MISSING_TOKEN_EXCEPTION, StreamType>(this);
Dantlr3lexer.inl386 new ANTLR_Exception<ImplTraits, RECOGNITION_EXCEPTION, InputStreamType>( this->get_rec(), "" );
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Cpp/
DCpp.stg1524 new ANTLR_Exception\< <name>ImplTraits, EARLY_EXIT_EXCEPTION, StreamType>( this->get_rec(), "" );
1668 new ANTLR_Exception\< <name>ImplTraits, MISMATCHED_SET_EXCEPTION, StreamType>( this->get_rec(), "" …
1850 …ExceptionBaseType* ex = new ANTLR_Exception\< <name>ImplTraits, FAILED_PREDICATE_EXCEPTION, Stream…
1878 ExceptionBaseType* ex = new ANTLR_Exception\< <name>ImplTraits, NO_VIABLE_ALT_EXCEPTION, StreamType…
2125 …ExceptionBaseType* ex = new ANTLR_Exception\< <name>ImplTraits, NO_VIABLE_ALT_EXCEPTION, StreamTyp…