Searched refs:CatchHandlerType (Results 1 – 4 of 4) sorted by relevance
4336 class CatchHandlerType { class4342 friend struct llvm::DenseMapInfo<CatchHandlerType>;4344 CatchHandlerType(QualType QT, Unique) : QT(QT), IsPointer(false) {} in CatchHandlerType() function in __anonceb37bf41511::CatchHandlerType4350 CatchHandlerType(QualType Q) : QT(Q), IsPointer(false) { in CatchHandlerType() function in __anonceb37bf41511::CatchHandlerType4362 CatchHandlerType(QualType QT, bool IsPointer) in CatchHandlerType() function in __anonceb37bf41511::CatchHandlerType4368 friend bool operator==(const CatchHandlerType &LHS, in operator ==()4369 const CatchHandlerType &RHS) { in operator ==()4380 template <> struct DenseMapInfo<CatchHandlerType> {4381 static CatchHandlerType getEmptyKey() { in getEmptyKey()4382 return CatchHandlerType(DenseMapInfo<QualType>::getEmptyKey(), in getEmptyKey()[all …]
278 getAddrOfCXXCatchHandlerType(QualType Ty, QualType CatchHandlerType) = 0;
134 getAddrOfCXXCatchHandlerType(QualType Ty, QualType CatchHandlerType) override;3963 QualType CatchHandlerType) { in getAddrOfCXXCatchHandlerType() argument3971 bool IsReference = CatchHandlerType->isReferenceType(); in getAddrOfCXXCatchHandlerType()
175 QualType CatchHandlerType) override { in getAddrOfCXXCatchHandlerType() argument