Searched refs:streamName (Results 1 – 12 of 12) sorted by relevance
81 input->istream->streamName = input->strFactory->newStr8(input->strFactory, fileName); in antlr3FileStreamNew()82 input->fileName = input->istream->streamName; in antlr3FileStreamNew()119 input->istream->streamName = input->strFactory->newStr8(input->strFactory, name); in antlr3StringStreamNew()120 input->fileName = input->istream->streamName; in antlr3StringStreamNew()
341 ex->streamName = ins->fileName; in antlr3RecognitionExceptionNew()353 ex->streamName = NULL; in antlr3RecognitionExceptionNew()357 ex->streamName = ((pANTLR3_COMMON_TOKEN)(ex->token))->input->fileName; in antlr3RecognitionExceptionNew()378 …ex->streamName = ((pANTLR3_BASE_TREE)(ex->token))->strFactory->newStr(((pANTLR3_BASE_TREE)(ex->tok… in antlr3RecognitionExceptionNew()384 ex->streamName = NULL; in antlr3RecognitionExceptionNew()388 ex->streamName = tnode->token->input->fileName; in antlr3RecognitionExceptionNew()1027 if (ex->streamName == NULL) in displayRecognitionError()1040 ftext = ex->streamName->to8(ex->streamName); in displayRecognitionError()
195 return is->streamName; in antlr38BitGetSourceName()297 if (input->istream->streamName == NULL) in antlr38BitReuse()299 …input->istream->streamName = input->strFactory->newStr(input->strFactory, name == NULL ? (pANTLR3_… in antlr38BitReuse()300 input->fileName = input->istream->streamName; in antlr38BitReuse()304 …input->istream->streamName->set(input->istream->streamName, (name == NULL ? (const char *)"-memor… in antlr38BitReuse()
444 ftext = ex->streamName->to8(ex->streamName); in displayRecognitionError()
358 final String streamName;360 StreamReader(String streamName, Reader reader) {361 this.streamName = streamName;371 trialOutput.log(streamName, line);
455 UString streamName = fs2us(path + (unsigned)colonPos); in Find() local463 if (streamName.Len() <= kPostfixSize in Find()464 || !StringsAreEqualNoCase_Ascii(streamName.RightPtr(kPostfixSize), ":$DATA")) in Find()465 streamName += ":$DATA"; in Find()497 if (si.Name.IsEqualTo_NoCase(streamName)) in Find()
104 pANTLR3_STRING streamName; member
132 pANTLR3_STRING streamName; member
157 void set_streamName( const StringType& streamName );
102 …NE void ANTLR_ExceptionBase<ImplTraits, StreamType>::set_streamName( const StringType& streamName ) argument104 m_streamName = streamName;
1563 // via the token source. The streamName that is here is not initialized
595 Stream createStream( std::string const& streamName );