Home
last modified time | relevance | path

Searched refs:StringStreamType (Results 1 – 11 of 11) sorted by relevance

/external/antlr/runtime/Cpp/include/
Dantlr3exception.hpp61 typedef typename ImplTraits::StringStreamType StringStreamType; typedef in ANTLR_ExceptionBase
176 virtual void displayRecognitionError( ANTLR_UINT8** tokenNames, StringStreamType& str ) const = 0;
190 typedef typename ImplTraits::StringStreamType StringStreamType; typedef in ANTLR_Exception
202 …virtual void displayRecognitionError( ANTLR_UINT8** tokenNames, StringStreamType& str_stream) cons…
Dantlr3commontreenodestream.hpp55 typedef typename ImplTraits::StringStreamType StringStreamType; typedef in CommonTreeNodeStream
Dantlr3lexer.hpp81 typedef typename ImplTraits::StringStreamType StringStreamType; typedef in Lexer
Dantlr3traits.hpp16 typedef Empty StringStreamType; typedef in CustomTraitsBase
143 typedef typename TraitsSelector< typename UserTraits<TraitsType>::StringStreamType,
144 std::stringstream >::selected StringStreamType; typedef in TraitsBase
Dantlr3commontoken.inl282 typedef typename ImplTraits::StringStreamType StringStreamType; typedef
283 StringStreamType outtext;
Dantlr3treeparser.inl81 typename ImplTraits::StringStreamType errtext;
Dantlr3commontreenodestream.inl167 StringStreamType buf;
Dantlr3exception.inl229 StringStreamType& str_stream ) const
Dantlr3parser.inl73 typename ImplTraits::StringStreamType errtext;
Dantlr3lexer.inl44 StringStreamType err_stream;
/external/antlr/runtime/Cpp/tests/
Dt012lexerXMLLexer.g15 ImplTraits::StringStreamType outbuf;