Searched refs:isNilNode (Results 1 – 18 of 18) sorted by relevance
72 static ANTLR3_BOOLEAN isNilNode (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t);148 adaptor->isNilNode = (ANTLR3_BOOLEAN (*)(pANTLR3_BASE_TREE_ADAPTOR, void *)) in antlr3BaseTreeAdaptorInit()149 isNilNode; in antlr3BaseTreeAdaptorInit()643 if (newRootTree->isNilNode(newRootTree)) in becomeRoot()674 if (oldRootTree->isNilNode(oldRootTree)) in becomeRoot()713 if (root != NULL && root->isNilNode(root)) in rulePostProcessing()906 isNilNode (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t) in isNilNode() function908 return t->isNilNode(t); in isNilNode()
43 static ANTLR3_BOOLEAN isNilNode (pANTLR3_BASE_TREE tree);322 tree->baseTree.isNilNode = isNilNode; in antlr3SetCTAPI()427 isNilNode (pANTLR3_BASE_TREE tree) in isNilNode() function510 if (tree->isNilNode(tree) == ANTLR3_TRUE) in toString()
154 if (child->isNilNode(child) == ANTLR3_TRUE) in addChild()308 if (tree->isNilNode(tree) == ANTLR3_FALSE) in toStringTree()329 if (tree->isNilNode(tree) == ANTLR3_FALSE) in toStringTree()365 if (newTree->isNilNode(newTree)) in replaceChildren()
480 nilNode = ctns->adaptor->isNilNode(ctns->adaptor, t); in fillBuffer()836 if (!p->isNilNode(p) ) in toStringWork()860 if (n > 0 && ! p->isNilNode(p) ) in toStringWork()874 if (n > 0 && ! p->isNilNode(p) ) in toStringWork()
129 if (tree != NULL && tree->isNilNode(tree)) in freeNodeRS()157 if (tree->isNilNode(tree)) in freeNodeRS()
133 bitset->isNilNode = antlr3BitsetIsNil; in antlr3BitsetSetAPI()
84 if (child->isNilNode() == true)193 if (newTree->isNilNode())446 bool CommonTree<ImplTraits>::isNilNode() function in CommonTree483 if (this->isNilNode() == false)504 if (this->isNilNode() == false)515 if (this->isNilNode() )
169 if (!start->isNilNode() )191 if (n > 0 && ! start->isNilNode() )205 if (n > 0 && ! start->isNilNode() )381 nilNode = m_adaptor->isNilNode(t);
123 bool isNilNode();
151 bool isNilNode() const;
92 bool CommonTreeAdaptor<ImplTraits>::isNilNode( TreeType* t) function in CommonTreeAdaptor94 return t->isNilNode();121 if (newRootTree->isNilNode())152 if (oldRootTree->isNilNode())652 if (root != NULL && root->isNilNode())
63 bool isNilNode( TreeType* t);
351 if ( (tree != NULL) && tree->isNilNode() )364 if (tree->isNilNode())
342 ANTLR_INLINE bool Bitset<ImplTraits>::isNilNode() const function in Bitset
103 ANTLR3_BOOLEAN (*isNilNode) (struct ANTLR3_BITSET_struct * bitset); member
119 ANTLR3_BOOLEAN (*isNilNode) (struct ANTLR3_BASE_TREE_struct * tree); member
85 ANTLR3_BOOLEAN (*isNilNode) (struct ANTLR3_BASE_TREE_ADAPTOR_struct * adaptor, void * t); member
64 if ( ADAPTOR->getParent(ADAPTOR, retval.tree) != NULL && ADAPTOR->isNilNode(ADAPTOR, ADAPTOR->getPa…