Searched refs:HasEHType (Results 1 – 3 of 3) sorted by relevance
167 bool HasEHType = false)168 : ObjCContainerRecord(Name, Linkage), HasEHType(HasEHType) {} in ObjCContainerRecord()170 bool hasExceptionAttribute() const { return HasEHType; } in hasExceptionAttribute()175 bool HasEHType;
68 bool HasEHType = false);
155 bool HasEHType) { in addObjCInterface() argument160 std::make_unique<ObjCInterfaceRecord>(Name, Linkage, HasEHType); in addObjCInterface()