Searched refs:CatchHandlerType (Results 1 – 4 of 4) sorted by relevance
3907 class CatchHandlerType { class3913 friend struct llvm::DenseMapInfo<CatchHandlerType>;3933 CatchHandlerType(QualType QT, bool IsPointer) in CatchHandlerType() function in __anon4bf2252c0c11::CatchHandlerType3939 friend bool operator==(const CatchHandlerType &LHS, in operator ==()3951 template <> struct DenseMapInfo<CatchHandlerType> {3952 static CatchHandlerType getEmptyKey() { in getEmptyKey()3954 CatchHandlerType::ForDenseMap); in getEmptyKey()3957 static CatchHandlerType getTombstoneKey() { in getTombstoneKey()3966 static bool isEqual(const CatchHandlerType &LHS, in isEqual()3967 const CatchHandlerType &RHS) { in isEqual()[all …]
253 getAddrOfCXXCatchHandlerType(QualType Ty, QualType CatchHandlerType) = 0;
130 getAddrOfCXXCatchHandlerType(QualType Ty, QualType CatchHandlerType) override;3746 QualType CatchHandlerType) { in getAddrOfCXXCatchHandlerType() argument3754 bool IsReference = CatchHandlerType->isReferenceType(); in getAddrOfCXXCatchHandlerType()
189 QualType CatchHandlerType) override { in getAddrOfCXXCatchHandlerType() argument