Searched refs:CatchHandlerType (Results 1 – 5 of 5) sorted by relevance
4344 class CatchHandlerType { class4350 friend struct llvm::DenseMapInfo<CatchHandlerType>;4370 CatchHandlerType(QualType QT, bool IsPointer) in CatchHandlerType() function in __anonb6e159cd1511::CatchHandlerType4376 friend bool operator==(const CatchHandlerType &LHS, in operator ==()4388 template <> struct DenseMapInfo<CatchHandlerType> {4389 static CatchHandlerType getEmptyKey() { in getEmptyKey()4391 CatchHandlerType::ForDenseMap); in getEmptyKey()4394 static CatchHandlerType getTombstoneKey() { in getTombstoneKey()4403 static bool isEqual(const CatchHandlerType &LHS, in isEqual()4404 const CatchHandlerType &RHS) { in isEqual()[all …]
20 %eh.CatchHandlerType = type { i32, ptr }32 @llvm.eh.handlertype.H.0 = private unnamed_addr constant %eh.CatchHandlerType { i32 0, ptr @"\01??_…
268 getAddrOfCXXCatchHandlerType(QualType Ty, QualType CatchHandlerType) = 0;
134 getAddrOfCXXCatchHandlerType(QualType Ty, QualType CatchHandlerType) override;3950 QualType CatchHandlerType) { in getAddrOfCXXCatchHandlerType() argument3958 bool IsReference = CatchHandlerType->isReferenceType(); in getAddrOfCXXCatchHandlerType()
175 QualType CatchHandlerType) override { in getAddrOfCXXCatchHandlerType() argument