Elsa Ast Type TS enumSpec

From MozillaWiki
Jump to: navigation, search

TS_enumSpec is a Ast subtype node belonging to TypeSpecifier. TS_enumSpec is a record.

Record Data Fields

  • enum_loc : sourceLoc
  • enum_cv : cVFlags
  • enum_name : stringRef option
  • elts : Enumerator list
  • etype : ATY_Enum

Comments

Please make your modifications only below, because the content above will be regenerated automatically from time to time.