Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DRecord.h167 bool HasEHType = false)
168 : ObjCContainerRecord(Name, Linkage), HasEHType(HasEHType) {} in ObjCContainerRecord()
170 bool hasExceptionAttribute() const { return HasEHType; } in hasExceptionAttribute()
175 bool HasEHType;
H A DRecordsSlice.h68 bool HasEHType = false);
/freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/
H A DRecordsSlice.cpp155 bool HasEHType) { in addObjCInterface() argument
160 std::make_unique<ObjCInterfaceRecord>(Name, Linkage, HasEHType); in addObjCInterface()