Searched refs:CatchHandlerType (Results 1 – 4 of 4) sorted by relevance
4371 class CatchHandlerType { class4377 friend struct llvm::DenseMapInfo<CatchHandlerType>;4397 CatchHandlerType(QualType QT, bool IsPointer) in CatchHandlerType() function in __anonf018d3d31511::CatchHandlerType4403 friend bool operator==(const CatchHandlerType &LHS, in operator ==()4415 template <> struct DenseMapInfo<CatchHandlerType> {4416 static CatchHandlerType getEmptyKey() { in getEmptyKey()4418 CatchHandlerType::ForDenseMap); in getEmptyKey()4421 static CatchHandlerType getTombstoneKey() { in getTombstoneKey()4423 CatchHandlerType::ForDenseMap); in getTombstoneKey()4430 static bool isEqual(const CatchHandlerType &LHS, in isEqual()[all …]
278 getAddrOfCXXCatchHandlerType(QualType Ty, QualType CatchHandlerType) = 0;
135 getAddrOfCXXCatchHandlerType(QualType Ty, QualType CatchHandlerType) override;3952 QualType CatchHandlerType) { in getAddrOfCXXCatchHandlerType() argument3960 bool IsReference = CatchHandlerType->isReferenceType(); in getAddrOfCXXCatchHandlerType()
177 QualType CatchHandlerType) override { in getAddrOfCXXCatchHandlerType() argument