Searched refs:freshenPACIndexes (Results 1 - 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3basetree.c49 static void freshenPACIndexes (pANTLR3_BASE_TREE tree, ANTLR3_UINT32 offset);
73 tree->freshenPACIndexes = freshenPACIndexes;
424 parent->freshenPACIndexes(parent, startChildIndex);
445 parent->freshenPACIndexes(parent, startChildIndex);
463 tree->freshenPACIndexes(tree, 0);
470 freshenPACIndexes (pANTLR3_BASE_TREE tree, ANTLR3_UINT32 offset) function
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3basetree.h129 void (*freshenPACIndexes) (struct ANTLR3_BASE_TREE_struct * tree, ANTLR3_UINT32 offset); member in struct:ANTLR3_BASE_TREE_struct

Completed in 617 milliseconds