Lines Matching defs:tree
58 antlr3BaseTreeNew(pANTLR3_BASE_TREE tree) in antlr3BaseTreeNew()
84 getCharPositionInLine (pANTLR3_BASE_TREE tree) in getCharPositionInLine()
90 getLine (pANTLR3_BASE_TREE tree) in getLine()
95 getFirstChildWithType (pANTLR3_BASE_TREE tree, ANTLR3_UINT32 type) in getFirstChildWithType()
119 getChild (pANTLR3_BASE_TREE tree, ANTLR3_UINT32 i) in getChild()
131 getChildCount (pANTLR3_BASE_TREE tree) in getChildCount()
144 addChild (pANTLR3_BASE_TREE tree, pANTLR3_BASE_TREE child) in addChild()
226 addChildren (pANTLR3_BASE_TREE tree, pANTLR3_LIST kids) in addChildren()
240 setChild (pANTLR3_BASE_TREE tree, ANTLR3_UINT32 i, void * child) in setChild()
250 deleteChild (pANTLR3_BASE_TREE tree, ANTLR3_UINT32 i) in deleteChild()
261 dupTree (pANTLR3_BASE_TREE tree) in dupTree()
292 toStringTree (pANTLR3_BASE_TREE tree) in toStringTree()
465 freshenPACIndexesAll(pANTLR3_BASE_TREE tree) in freshenPACIndexesAll()
474 freshenPACIndexes (pANTLR3_BASE_TREE tree, ANTLR3_UINT32 offset) in freshenPACIndexes()