Searched refs:tsource (Results 1 – 2 of 2) sorted by relevance
538 pANTLR3_TOKEN_SOURCE tsource; in toStringSS() local556 tsource = ts->getTokenSource(ts); in toStringSS()558 if (tsource != NULL && cts->tokens != NULL) in toStringSS()562 string = tsource->strFactory->newRaw(tsource->strFactory); in toStringSS()
568 TokenSourceType* tsource; local585 tsource = cts->get_tokenSource();587 if (tsource != NULL && !cts->get_tokens().empty() )