Lines Matching defs:tree
171 pANTLR3_COMMON_TREE tree; in newPoolTree() local
232 newFromTree(pANTLR3_ARBORETUM factory, pANTLR3_COMMON_TREE tree) in newFromTree()
308 antlr3SetCTAPI(pANTLR3_COMMON_TREE tree) in antlr3SetCTAPI()
358 pANTLR3_COMMON_TREE tree; in antlr3CommonTreeNew() local
393 createChildrenList (pANTLR3_BASE_TREE tree) in createChildrenList()
400 getToken (pANTLR3_BASE_TREE tree) in getToken()
412 dupNode (pANTLR3_BASE_TREE tree) in dupNode()
427 isNilNode (pANTLR3_BASE_TREE tree) in isNilNode()
442 getType (pANTLR3_BASE_TREE tree) in getType()
459 getText (pANTLR3_BASE_TREE tree) in getText()
464 static ANTLR3_UINT32 getLine (pANTLR3_BASE_TREE tree) in getLine()
487 static ANTLR3_UINT32 getCharPositionInLine (pANTLR3_BASE_TREE tree) in getCharPositionInLine()
508 static pANTLR3_STRING toString (pANTLR3_BASE_TREE tree) in toString()
523 getParent (pANTLR3_BASE_TREE tree) in getParent()
531 setParent (pANTLR3_BASE_TREE tree, pANTLR3_BASE_TREE parent) in setParent()
537 setChildIndex (pANTLR3_BASE_TREE tree, ANTLR3_INT32 i) in setChildIndex()
542 getChildIndex (pANTLR3_BASE_TREE tree ) in getChildIndex()
551 reuse (pANTLR3_BASE_TREE tree) in reuse()