Searched refs:ExceptionTreeNode (Results 1 – 5 of 5) sorted by relevance
39 struct ExceptionTreeNode { struct40 typedef std::vector< ExceptionTreeNode * > Children; argument43 ExceptionTreeNode(rtl::OString const & theName): in ExceptionTreeNode() function47 ~ExceptionTreeNode() { clearChildren(); } in ~ExceptionTreeNode() argument53 ExceptionTreeNode * add(rtl::OString const & theName);60 ExceptionTreeNode(ExceptionTreeNode &); // not implemented61 void operator =(ExceptionTreeNode); // not implemented108 ExceptionTreeNode const * getRoot() const { return &m_root; } in getRoot()114 ExceptionTreeNode m_root;
41 using codemaker::ExceptionTreeNode;43 ExceptionTreeNode * ExceptionTreeNode::add(rtl::OString const & theName) { in add()44 std::auto_ptr< ExceptionTreeNode > node(new ExceptionTreeNode(theName)); in add()49 void ExceptionTreeNode::clearChildren() { in clearChildren()80 ExceptionTreeNode * node = &m_root; in add()86 for (ExceptionTreeNode::Children::iterator j( in add()
38 struct ExceptionTreeNode;362 FileStream & out, codemaker::ExceptionTreeNode const * node);
3729 codemaker::ExceptionTreeNode const * node) in includeExceptions()3734 for (codemaker::ExceptionTreeNode::Children::const_iterator i( in includeExceptions()4080 FileStream & out, codemaker::ExceptionTreeNode const * node) in dumpCatchClauses()4090 for (codemaker::ExceptionTreeNode::Children::const_iterator i( in dumpCatchClauses()
2591 codemaker::ExceptionTreeNode const * node, in addExceptionHandlers()2599 for (codemaker::ExceptionTreeNode::Children::const_iterator i( in addExceptionHandlers()