Home
last modified time | relevance | path

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

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