Searched refs:typdef (Results 1 – 3 of 3) sorted by relevance
13 /// of the 'methds' encapsulated by the typdef structures.You may override
12876 typedef_decl_sptr typdef = in maybe_strip_qualification() local12878 schedule_array_tree_for_late_canonicalization(typdef, ctxt); in maybe_strip_qualification()12879 ABG_ASSERT(typdef); in maybe_strip_qualification()12880 add_decl_to_scope(typdef, scope); in maybe_strip_qualification()12881 t->set_underlying_type(typdef); in maybe_strip_qualification()
9210 if (typedef_decl_sptr typdef = is_typedef(t)) in is_typedef_of_array() local9213 peel_qualified_or_typedef_type(typdef->get_underlying_type()); in is_typedef_of_array()