Home
last modified time | relevance | path

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

/external/antlr/runtime/C/src/
Dantlr3basetree.c48 static void freshenPACIndexesAll(pANTLR3_BASE_TREE tree);
72 tree->freshenPACIndexesAll = freshenPACIndexesAll; in antlr3BaseTreeNew()
178 freshenPACIndexesAll(tree); in addChild()
465 freshenPACIndexesAll(pANTLR3_BASE_TREE tree) in freshenPACIndexesAll() function
/external/antlr/runtime/Cpp/include/
Dantlr3commontree.hpp127 void freshenPACIndexesAll();
Dantlr3commontree.inl107 this->freshenPACIndexesAll();
528 void CommonTree<ImplTraits>::freshenPACIndexesAll() function in CommonTree
/external/antlr/runtime/C/include/
Dantlr3basetree.h127 void (*freshenPACIndexesAll) (struct ANTLR3_BASE_TREE_struct * tree); member