Lines Matching refs:getChildCount
70 static ANTLR3_UINT32 getChildCount (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t);
144 adaptor->getChildCount = (ANTLR3_UINT32 (*)(pANTLR3_BASE_TREE_ADAPTOR, void *)) in antlr3BaseTreeAdaptorInit()
145 getChildCount; in antlr3BaseTreeAdaptorInit()
177 nCount = adaptor->getChildCount(adaptor, t); in defineDotNodes()
256 nCount = adaptor->getChildCount(adaptor, t); in defineDotEdges()
485 n = adaptor->getChildCount (adaptor, t); in dupTreeTT()
510 n = adaptor->getChildCount(adaptor, tree); in simulateTreeConstruction()
645 if (newRootTree->getChildCount(newRootTree) > 1) in becomeRoot()
715 if (root->getChildCount(root) == 0) in rulePostProcessing()
719 else if (root->getChildCount(root) == 1) in rulePostProcessing()
890 getChildCount (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE tree) in getChildCount() function