Searched refs:CatchHandlerType (Results 1 – 4 of 4) sorted by relevance
4194 class CatchHandlerType { class4201 friend struct llvm::DenseMapInfo<CatchHandlerType>;4203 CatchHandlerType(QualType QT, Unique) : QT(QT), IsPointer(false) {} in CatchHandlerType() function in __anon4f6f6e9d1611::CatchHandlerType4209 CatchHandlerType(QualType Q) : QT(Q), IsPointer(false) { in CatchHandlerType() function in __anon4f6f6e9d1611::CatchHandlerType4221 CatchHandlerType(QualType QT, bool IsPointer) in CatchHandlerType() function in __anon4f6f6e9d1611::CatchHandlerType4227 friend bool operator==(const CatchHandlerType &LHS, in operator ==()4228 const CatchHandlerType &RHS) { in operator ==()4239 template <> struct DenseMapInfo<CatchHandlerType> {4240 static CatchHandlerType getEmptyKey() { in getEmptyKey()4241 return CatchHandlerType(DenseMapInfo<QualType>::getEmptyKey(), in getEmptyKey()[all …]
274 getAddrOfCXXCatchHandlerType(QualType Ty, QualType CatchHandlerType) = 0;
136 getAddrOfCXXCatchHandlerType(QualType Ty, QualType CatchHandlerType) override;3958 QualType CatchHandlerType) { in getAddrOfCXXCatchHandlerType() argument3966 bool IsReference = CatchHandlerType->isReferenceType(); in getAddrOfCXXCatchHandlerType()
177 QualType CatchHandlerType) override { in getAddrOfCXXCatchHandlerType() argument