Home | History | Annotate | Download | only in src

Lines Matching defs:getCurrentInputSymbol

78 static void *				getCurrentInputSymbol		(pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream);
184 recognizer->getCurrentInputSymbol = getCurrentInputSymbol;
451 matchedSymbol = recognizer->getCurrentInputSymbol(recognizer, is);
1510 matchedSymbol = recognizer->getCurrentInputSymbol(recognizer, is);
2156 getCurrentInputSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream)