Home
last modified time | relevance | path

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

/external/antlr/runtime/C/src/
Dantlr3basetree.c49 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
/external/antlr/runtime/Cpp/include/
Dantlr3commontree.inl250 this->freshenPACIndexes(startChildIndex);
272 this->freshenPACIndexes(startChildIndex);
530 this->freshenPACIndexes(0);
534 void CommonTree<ImplTraits>::freshenPACIndexes(ANTLR_UINT32 offset) function in CommonTree
Dantlr3commontree.hpp128 void freshenPACIndexes(ANTLR_UINT32 offset);
/external/antlr/runtime/C/include/
Dantlr3basetree.h129 void (*freshenPACIndexes) (struct ANTLR3_BASE_TREE_struct * tree, ANTLR3_UINT32 offset); member