Home
last modified time | relevance | path

Searched refs:tsource (Results 1 – 2 of 2) sorted by relevance

/external/antlr/runtime/C/src/
Dantlr3tokenstream.c538 pANTLR3_TOKEN_SOURCE tsource; in toStringSS() local
556 tsource = ts->getTokenSource(ts); in toStringSS()
558 if (tsource != NULL && cts->tokens != NULL) in toStringSS()
562 string = tsource->strFactory->newRaw(tsource->strFactory); in toStringSS()
/external/antlr/runtime/Cpp/include/
Dantlr3tokenstream.inl568 TokenSourceType* tsource; local
585 tsource = cts->get_tokenSource();
587 if (tsource != NULL && !cts->get_tokens().empty() )