Searched refs:CatchHandlerType (Results 1 – 4 of 4) sorted by relevance
4272 class CatchHandlerType { class4278 friend struct llvm::DenseMapInfo<CatchHandlerType>;4298 CatchHandlerType(QualType QT, bool IsPointer) in CatchHandlerType() function in __anon5649fb511511::CatchHandlerType4304 friend bool operator==(const CatchHandlerType &LHS, in operator ==()4316 template <> struct DenseMapInfo<CatchHandlerType> {4317 static CatchHandlerType getEmptyKey() { in getEmptyKey()4319 CatchHandlerType::ForDenseMap); in getEmptyKey()4322 static CatchHandlerType getTombstoneKey() { in getTombstoneKey()4331 static bool isEqual(const CatchHandlerType &LHS, in isEqual()4332 const CatchHandlerType &RHS) { in isEqual()[all …]
252 getAddrOfCXXCatchHandlerType(QualType Ty, QualType CatchHandlerType) = 0;
130 getAddrOfCXXCatchHandlerType(QualType Ty, QualType CatchHandlerType) override;3857 QualType CatchHandlerType) { in getAddrOfCXXCatchHandlerType() argument3865 bool IsReference = CatchHandlerType->isReferenceType(); in getAddrOfCXXCatchHandlerType()
175 QualType CatchHandlerType) override { in getAddrOfCXXCatchHandlerType() argument