Lines Matching defs:child
24 TreeType* child; local
50 void CommonTreeAdaptor<ImplTraits>::addChild( TreeType* t, TreeType* child)
59 void CommonTreeAdaptor<ImplTraits>::addChildToken( TreeType* t, CommonTokenType* child)
68 void CommonTreeAdaptor<ImplTraits>::setParent( TreeType* child, TreeType* parent)
74 …ommonTreeAdaptor<ImplTraits>::TreeType* CommonTreeAdaptor<ImplTraits>::getParent( TreeType* child)
257 void CommonTreeAdaptor<ImplTraits>::setChild( TreeType* t, ANTLR_UINT32 i, TreeType* child)
472 TreeType* child; local
567 TreeType* child; local
695 void DebugTreeAdaptor<ImplTraits>::addChild(TreeType* t, TreeType* child)
705 void DebugTreeAdaptor<ImplTraits>::addChildToken(TreeType* t, CommonTokenType* child)
785 TreeType* child; local