Home
last modified time | relevance | path

Searched refs:typdef (Results 1 – 3 of 3) sorted by relevance

/external/antlr/runtime/C/doxygen/
Ddoxygengroups.dox13 /// of the 'methds' encapsulated by the typdef structures.You may override
/external/libabigail/src/
Dabg-dwarf-reader.cc12876 typedef_decl_sptr typdef = in maybe_strip_qualification() local
12878 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()
Dabg-ir.cc9210 if (typedef_decl_sptr typdef = is_typedef(t)) in is_typedef_of_array() local
9213 peel_qualified_or_typedef_type(typdef->get_underlying_type()); in is_typedef_of_array()