Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4074 class CatchHandlerType { class
4081 friend struct llvm::DenseMapInfo<CatchHandlerType>;
4083 CatchHandlerType(QualType QT, Unique) : QT(QT), IsPointer(false) {} in CatchHandlerType() function in __anon4f6f6e9d1511::CatchHandlerType
4089 CatchHandlerType(QualType Q) : QT(Q), IsPointer(false) { in CatchHandlerType() function in __anon4f6f6e9d1511::CatchHandlerType
4101 CatchHandlerType(QualType QT, bool IsPointer) in CatchHandlerType() function in __anon4f6f6e9d1511::CatchHandlerType
4107 friend bool operator==(const CatchHandlerType &LHS, in operator ==()
4108 const CatchHandlerType &RHS) { in operator ==()
4119 template <> struct DenseMapInfo<CatchHandlerType> {
4120 static CatchHandlerType getEmptyKey() { in getEmptyKey()
4121 return CatchHandlerType(DenseMapInfo<QualType>::getEmptyKey(), in getEmptyKey()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.h274 getAddrOfCXXCatchHandlerType(QualType Ty, QualType CatchHandlerType) = 0;
H A DMicrosoftCXXABI.cpp135 getAddrOfCXXCatchHandlerType(QualType Ty, QualType CatchHandlerType) override;
3965 QualType CatchHandlerType) { in getAddrOfCXXCatchHandlerType() argument
3973 bool IsReference = CatchHandlerType->isReferenceType(); in getAddrOfCXXCatchHandlerType()
H A DItaniumCXXABI.cpp178 QualType CatchHandlerType) override { in getAddrOfCXXCatchHandlerType() argument