Home
last modified time | relevance | path

Searched refs:CatchHandlerType (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4272 class CatchHandlerType { class
4278 friend struct llvm::DenseMapInfo<CatchHandlerType>;
4298 CatchHandlerType(QualType QT, bool IsPointer) in CatchHandlerType() function in __anon5649fb511511::CatchHandlerType
4304 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 …]
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.h252 getAddrOfCXXCatchHandlerType(QualType Ty, QualType CatchHandlerType) = 0;
H A DMicrosoftCXXABI.cpp130 getAddrOfCXXCatchHandlerType(QualType Ty, QualType CatchHandlerType) override;
3857 QualType CatchHandlerType) { in getAddrOfCXXCatchHandlerType() argument
3865 bool IsReference = CatchHandlerType->isReferenceType(); in getAddrOfCXXCatchHandlerType()
H A DItaniumCXXABI.cpp175 QualType CatchHandlerType) override { in getAddrOfCXXCatchHandlerType() argument