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.cpp4194 class CatchHandlerType { class
4201 friend struct llvm::DenseMapInfo<CatchHandlerType>;
4203 CatchHandlerType(QualType QT, Unique) : QT(QT), IsPointer(false) {} in CatchHandlerType() function in __anon4f6f6e9d1611::CatchHandlerType
4209 CatchHandlerType(QualType Q) : QT(Q), IsPointer(false) { in CatchHandlerType() function in __anon4f6f6e9d1611::CatchHandlerType
4221 CatchHandlerType(QualType QT, bool IsPointer) in CatchHandlerType() function in __anon4f6f6e9d1611::CatchHandlerType
4227 friend bool operator==(const CatchHandlerType &LHS, in operator ==()
4228 const CatchHandlerType &RHS) { in operator ==()
4239 template <> struct DenseMapInfo<CatchHandlerType> {
4240 static CatchHandlerType getEmptyKey() { in getEmptyKey()
4241 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.cpp136 getAddrOfCXXCatchHandlerType(QualType Ty, QualType CatchHandlerType) override;
3958 QualType CatchHandlerType) { in getAddrOfCXXCatchHandlerType() argument
3966 bool IsReference = CatchHandlerType->isReferenceType(); in getAddrOfCXXCatchHandlerType()
H A DItaniumCXXABI.cpp177 QualType CatchHandlerType) override { in getAddrOfCXXCatchHandlerType() argument