Home | History | Annotate | Download | only in src

Lines Matching refs:isNilNode

72 static	ANTLR3_BOOLEAN		isNilNode				(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t);
148 adaptor->isNilNode = (ANTLR3_BOOLEAN (*)(pANTLR3_BASE_TREE_ADAPTOR, void *))
149 isNilNode;
540 * and child isNilNode then it is ok to move children to t via
603 * If oldRoot was null, it's ok, just return newRoot (even if isNilNode).
643 if (newRootTree->isNilNode(newRootTree))
674 if (oldRootTree->isNilNode(oldRootTree))
713 if (root != NULL && root->isNilNode(root))
906 isNilNode (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t)
908 return t->isNilNode(t);