Searched defs:newTree (Results 1 – 11 of 11) sorted by relevance
215 pANTLR3_BASE_TREE newTree; in newFromTree() local235 pANTLR3_BASE_TREE newTree; in newFromToken() local355 pANTLR3_COMMON_TREE newTree; in antlr3CommonTreeNewFromToken() local
259 pANTLR3_BASE_TREE newTree; in dupTree() local339 …_TREE parent, ANTLR3_INT32 startChildIndex, ANTLR3_INT32 stopChildIndex, pANTLR3_BASE_TREE newTree) in replaceChildren()
469 pANTLR3_BASE_TREE newTree; in dupTreeTT() local
135 protected virtual void ReportTransformation(object oldTree, object newTree) in ReportTransformation()
102 public void reportTransformation(Object oldTree, Object newTree) { in reportTransformation()
85 Object newTree = dupNode(t); in dupTree() local
192 BaseTree newTree = (BaseTree)t; in replaceChildren() local
151 pANTLR3_BASE_TREE (*newTree) (struct ANTLR3_ARBORETUM_struct * factory); member
44 {
65 {
793 def replaceChildren(self, startChildIndex, stopChildIndex, newTree): argument