Home
last modified time | relevance | path

Searched refs:ChildrenType (Results 1 – 2 of 2) sorted by relevance

/external/antlr/runtime/Cpp/include/
Dantlr3commontree.hpp49 typedef typename AllocPolicyType::template VectorType<TreeType*> ChildrenType; typedef in CommonTree
56 ChildrenType m_children;
92 ChildrenType& get_children();
93 const ChildrenType& get_children() const;
94 ChildrenType* get_children_p();
Dantlr3commontree.inl55 typename CommonTree<ImplTraits>::ChildrenType& CommonTree<ImplTraits>::get_children()
61 const typename CommonTree<ImplTraits>::ChildrenType& CommonTree<ImplTraits>::get_children() const
67 typename CommonTree<ImplTraits>::ChildrenType* CommonTree<ImplTraits>::get_children_p()
81 ChildrenType& child_children = child->get_children();
82 ChildrenType& tree_children = this->get_children();
190 ChildrenType newChildren_temp;
191 ChildrenType* newChildren; // Iterator for whatever we are going to add in
222 ChildrenType& parent_children = this->get_children();
235 ChildrenType& parent_children = this->get_children();
254 ChildrenType& parent_children = this->get_children();