Home | History | Annotate | Download | only in src

Lines Matching refs:tnode

372 			pANTLR3_COMMON_TREE tnode;
374 tnode = ((pANTLR3_COMMON_TREE)(((pANTLR3_BASE_TREE)(ex->token))->super));
376 if (tnode->token == NULL)
382 if (tnode->token->input == NULL)
388 ex->streamName = tnode->token->input->fileName;