Home
last modified time | relevance | path

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

/external/antlr/runtime/C/src/
Dantlr3baserecognizer.c274 pANTLR3_TREE_PARSER tparser; in antlr3RecognitionExceptionNew() local
287 tparser = NULL; in antlr3RecognitionExceptionNew()
309 tparser = (pANTLR3_TREE_PARSER) (recognizer->super); in antlr3RecognitionExceptionNew()
310 tns = tparser->ctnstream->tnstream; in antlr3RecognitionExceptionNew()
419 pANTLR3_TREE_PARSER tparser; in match() local
428 tparser = NULL; in match()
435 tparser = (pANTLR3_TREE_PARSER) (recognizer->super); in match()
437 is = tparser->ctnstream->tnstream->istream; in match()
492 pANTLR3_TREE_PARSER tparser; in matchAny() local
500 tparser = NULL; in matchAny()
[all …]