Home | History | Annotate | Download | only in src

Lines Matching refs:ANTLR3_INT32

47 static  ANTLR3_INT32    getCharPositionInLine	(pANTLR3_COMMON_TOKEN token);
48 static void setCharPositionInLine (pANTLR3_COMMON_TOKEN token, ANTLR3_INT32 pos);
245 ANTLR3_INT32 poolCount;
484 static ANTLR3_INT32 getCharPositionInLine (pANTLR3_COMMON_TOKEN token)
489 static void setCharPositionInLine (pANTLR3_COMMON_TOKEN token, ANTLR3_INT32 pos)
560 outtext->addi (outtext, (ANTLR3_INT32)token->getTokenIndex(token));
562 outtext->addi (outtext, (ANTLR3_INT32)token->getStartIndex(token));
564 outtext->addi (outtext, (ANTLR3_INT32)token->getStopIndex(token));
574 outtext->addi (outtext, (ANTLR3_INT32)token->getChannel(token));
579 outtext->addi (outtext, (ANTLR3_INT32)token->getLine(token));