Searched refs:CatchHandlerType (Results 1 – 4 of 4) sorted by relevance
4074 class CatchHandlerType { class4081 friend struct llvm::DenseMapInfo<CatchHandlerType>;4083 CatchHandlerType(QualType QT, Unique) : QT(QT), IsPointer(false) {} in CatchHandlerType() function in __anon4f6f6e9d1511::CatchHandlerType4089 CatchHandlerType(QualType Q) : QT(Q), IsPointer(false) { in CatchHandlerType() function in __anon4f6f6e9d1511::CatchHandlerType4101 CatchHandlerType(QualType QT, bool IsPointer) in CatchHandlerType() function in __anon4f6f6e9d1511::CatchHandlerType4107 friend bool operator==(const CatchHandlerType &LHS, in operator ==()4108 const CatchHandlerType &RHS) { in operator ==()4119 template <> struct DenseMapInfo<CatchHandlerType> {4120 static CatchHandlerType getEmptyKey() { in getEmptyKey()4121 return CatchHandlerType(DenseMapInfo<QualType>::getEmptyKey(), in getEmptyKey()[all …]
274 getAddrOfCXXCatchHandlerType(QualType Ty, QualType CatchHandlerType) = 0;
135 getAddrOfCXXCatchHandlerType(QualType Ty, QualType CatchHandlerType) override;3965 QualType CatchHandlerType) { in getAddrOfCXXCatchHandlerType() argument3973 bool IsReference = CatchHandlerType->isReferenceType(); in getAddrOfCXXCatchHandlerType()
178 QualType CatchHandlerType) override { in getAddrOfCXXCatchHandlerType() argument