Home
last modified time | relevance | path

Searched defs:isNilNode (Results 1 – 8 of 8) sorted by relevance

/external/antlr/runtime/C/include/
Dantlr3bitset.h103 ANTLR3_BOOLEAN (*isNilNode) (struct ANTLR3_BITSET_struct * bitset); member
Dantlr3basetree.h119 ANTLR3_BOOLEAN (*isNilNode) (struct ANTLR3_BASE_TREE_struct * tree); member
Dantlr3basetreeadaptor.h85 ANTLR3_BOOLEAN (*isNilNode) (struct ANTLR3_BASE_TREE_ADAPTOR_struct * adaptor, void * t); member
/external/antlr/runtime/C/src/
Dantlr3commontree.c427 isNilNode (pANTLR3_BASE_TREE tree) in isNilNode() function
Dantlr3basetreeadaptor.c906 isNilNode (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t) in isNilNode() function
/external/antlr/runtime/Cpp/include/
Dantlr3commontree.inl446 bool CommonTree<ImplTraits>::isNilNode() function in CommonTree
Dantlr3bitset.inl342 ANTLR_INLINE bool Bitset<ImplTraits>::isNilNode() const function in Bitset
Dantlr3commontreeadaptor.inl92 bool CommonTreeAdaptor<ImplTraits>::isNilNode( TreeType* t) function in CommonTreeAdaptor