Lines Matching defs:klass

5714   class_or_union_sptr klass = anonymous_data_member_to_class_or_union(anon_dm);
5715 var_decl_sptr first = *klass->get_non_static_data_members().begin();
5726 /// @param klass the class or union to consider.
5733 get_next_data_member(const class_or_union_sptr &klass,
5736 if (!klass ||!data_member)
5740 klass->get_non_static_data_members().begin();
5741 it != klass->get_non_static_data_members().end();
5746 if (it != klass->get_non_static_data_members().end())
5756 /// @param klass the class type to consider.
5758 get_last_data_member(const class_or_union_sptr &klass)
5759 {return klass->get_non_static_data_members().back();}
6032 /// @param klass the class to consider.
6043 get_next_data_member_offset(const class_or_union_sptr& klass,
6047 var_decl_sptr next_dm = get_next_data_member(klass, dm);
10216 if (const class_or_union *klass = is_class_or_union_type(t))
10217 return klass->get_is_declaration_only();
10480 /// @param klass the class (or union) to consider.
10484 look_through_decl_only_class(class_or_union_sptr klass)
10485 {return is_class_or_union_type(look_through_decl_only(klass));}
23272 if (class_decl* klass = is_class_type(this))
23278 sort_virtual_member_functions(klass->priv_->virtual_mem_fns_);
23295 class_decl_sptr klass = is_class_type(method->get_type()->get_class_type());
23298 for (m = klass->priv_->virtual_mem_fns_.begin();
23299 m != klass->priv_->virtual_mem_fns_.end();
23303 if (m == klass->priv_->virtual_mem_fns_.end())
23304 klass->priv_->virtual_mem_fns_.push_back(method);
23313 klass->priv_->virtual_mem_fns_map_.find(voffset);
23314 if (i == klass->priv_->virtual_mem_fns_map_.end())
23318 klass->priv_->virtual_mem_fns_map_[voffset] = virtual_mem_fns_at_voffset;
23693 /// @param klass the class into which the method is to be copied.
23695 /// @param method the method to copy into @p klass.
23704 /// @param klass the class into which the method is to be copied.
23706 /// @param method the method to copy into @p klass.