Searched refs:ANTLR_Exception (Results 1 – 9 of 9) sorted by relevance
/external/antlr/runtime/Cpp/include/ |
D | antlr3exception.inl | 175 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…
|
D | antlr3exception.hpp | 186 class ANTLR_Exception : public ImplTraits::template ExceptionBaseType<StreamType> class 196 ANTLR_Exception(BaseRecognizerType* recognizer, const StringType& message);
|
D | antlr3parser.inl | 187 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, "");
|
D | antlr3interfaces.hpp | 108 class ANTLR_Exception;
|
D | antlr3cyclicdfa.inl | 197 ANTLR_Exception<ImplTraits, NO_VIABLE_ALT_EXCEPTION, StreamType>* ex 198 …= new ANTLR_Exception<ImplTraits, NO_VIABLE_ALT_EXCEPTION, StreamType>( rec, (const char*)m_descri…
|
D | antlr3treeparser.inl | 143 …new ANTLR_Exception<ImplTraits, MISMATCHED_TREE_NODE_EXCEPTION, TreeNodeStreamType>( this->get_rec…
|
D | antlr3baserecognizer.inl | 433 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);
|
D | antlr3lexer.inl | 386 new ANTLR_Exception<ImplTraits, RECOGNITION_EXCEPTION, InputStreamType>( this->get_rec(), "" );
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Cpp/ |
D | Cpp.stg | 1524 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…
|