Lines Matching defs:class_tdecl
24111 return as_class_tdecl()->class_tdecl::operator==(o);
25440 /// Type of the private data of the the @ref class_tdecl type.
25441 class class_tdecl::priv
25443 friend class class_tdecl;
25454 }; // end class class_tdecl::priv
25456 /// Constructor for the @ref class_tdecl type.
25460 /// @param locus the location of the declaration of the class_tdecl
25465 class_tdecl::class_tdecl(const environment& env,
25480 /// Constructor for the @ref class_tdecl type.
25490 class_tdecl::class_tdecl(class_decl_sptr pattern,
25510 class_tdecl::set_pattern(class_decl_sptr p)
25521 class_tdecl::get_pattern() const
25525 class_tdecl::operator==(const decl_base& other) const
25529 const class_tdecl& o = dynamic_cast<const class_tdecl&>(other);
25546 class_tdecl::operator==(const template_decl& other) const
25550 const class_tdecl& o = dynamic_cast<const class_tdecl&>(other);
25558 class_tdecl::operator==(const class_tdecl& o) const
25570 class_tdecl::traverse(ir_node_visitor&v)
25585 class_tdecl::~class_tdecl()
26518 ir_node_visitor::visit_begin(class_tdecl* d)
26522 ir_node_visitor::visit_end(class_tdecl* d)