Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/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()