Searched refs:freshenPACIndexes (Results 1 – 4 of 4) sorted by relevance
49 static void freshenPACIndexes (pANTLR3_BASE_TREE tree, ANTLR3_UINT32 offset);73 tree->freshenPACIndexes = freshenPACIndexes; in antlr3BaseTreeNew()428 parent->freshenPACIndexes(parent, startChildIndex); in replaceChildren()449 parent->freshenPACIndexes(parent, startChildIndex); in replaceChildren()467 tree->freshenPACIndexes(tree, 0); in freshenPACIndexesAll()474 freshenPACIndexes (pANTLR3_BASE_TREE tree, ANTLR3_UINT32 offset) in freshenPACIndexes() function
250 this->freshenPACIndexes(startChildIndex);272 this->freshenPACIndexes(startChildIndex);530 this->freshenPACIndexes(0);534 void CommonTree<ImplTraits>::freshenPACIndexes(ANTLR_UINT32 offset) function in CommonTree
128 void freshenPACIndexes(ANTLR_UINT32 offset);
129 void (*freshenPACIndexes) (struct ANTLR3_BASE_TREE_struct * tree, ANTLR3_UINT32 offset); member