Lines Matching defs:look_through_decl_only
10465 {return is_class_or_union_type(look_through_decl_only(the_class));}
10475 {return is_class_or_union_type(look_through_decl_only(the_class));}
10485 {return is_class_or_union_type(look_through_decl_only(klass));}
10495 {return is_enum_type(look_through_decl_only(the_enum));}
10505 {return is_enum_type(look_through_decl_only(enom));}
10513 look_through_decl_only(const decl_base& d)
10536 look_through_decl_only(decl_base* d)
10541 decl_base* result = look_through_decl_only(*d).get();
10554 look_through_decl_only(const decl_base_sptr& d)
10559 decl_base_sptr result = look_through_decl_only(*d);
10573 look_through_decl_only(type_base* t)
10578 d = look_through_decl_only(d);
10589 look_through_decl_only(const type_base_sptr& t)
10594 d = look_through_decl_only(d);
11290 type_base_sptr t = look_through_decl_only(pointed_to_type);
11335 get_name_of_reference_to_type(*look_through_decl_only(pointed_to_type),
14140 t = is_type(look_through_decl_only(is_decl(t)));
16348 pointed_to_type = look_through_decl_only(pointed_to_type);
16730 (*look_through_decl_only(get_pointed_to_type()),
16759 get_name_of_reference_to_type(*look_through_decl_only
25863 decl = look_through_decl_only(decl);