Home | History | Annotate | Download | only in src

Lines Matching refs:ANTLR3_INT32

46 static void					replaceChildren		(pANTLR3_BASE_TREE parent, ANTLR3_INT32 startChildIndex, ANTLR3_INT32 stopChildIndex, pANTLR3_BASE_TREE t);
339 replaceChildren (pANTLR3_BASE_TREE parent, ANTLR3_INT32 startChildIndex, ANTLR3_INT32 stopChildIndex, pANTLR3_BASE_TREE newTree)
341 ANTLR3_INT32 replacingHowMany; // How many nodes will go away
342 ANTLR3_INT32 replacingWithHowMany; // How many nodes will replace them
343 ANTLR3_INT32 numNewChildren; // Tracking variable
344 ANTLR3_INT32 delta; // Difference in new vs existing count
346 ANTLR3_INT32 i;
347 ANTLR3_INT32 j;
419 for (j = indexToDelete; j <= (ANTLR3_INT32)stopChildIndex; j++)