Searched refs:enumloc (Results 1 – 2 of 2) sorted by relevance
8753 location_t enumloc = UNKNOWN_LOCATION; in start_enum() local8760 enumtype = lookup_tag (ENUMERAL_TYPE, name, true, &enumloc); in start_enum()8771 enumloc = DECL_SOURCE_LOCATION (TYPE_STUB_DECL (enumtype)); in start_enum()8784 if (enumloc != UNKNOWN_LOCATION) in start_enum()8785 inform (enumloc, "originally defined here"); in start_enum()
9105 location_t enumloc = UNKNOWN_LOCATION; in start_enum() local9112 enumtype = lookup_tag (ENUMERAL_TYPE, name, true, &enumloc); in start_enum()9123 enumloc = DECL_SOURCE_LOCATION (TYPE_STUB_DECL (enumtype)); in start_enum()9136 if (enumloc != UNKNOWN_LOCATION) in start_enum()9137 inform (enumloc, "originally defined here"); in start_enum()