Searched defs:isNilNode (Results 1 – 8 of 8) sorted by relevance
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
427 isNilNode (pANTLR3_BASE_TREE tree) in isNilNode() function
906 isNilNode (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t) in isNilNode() function
446 bool CommonTree<ImplTraits>::isNilNode() function in CommonTree
342 ANTLR_INLINE bool Bitset<ImplTraits>::isNilNode() const function in Bitset
92 bool CommonTreeAdaptor<ImplTraits>::isNilNode( TreeType* t) function in CommonTreeAdaptor