Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4371 class CatchHandlerType { class
4377 friend struct llvm::DenseMapInfo<CatchHandlerType>;
4397 CatchHandlerType(QualType QT, bool IsPointer) in CatchHandlerType() function in __anonf018d3d31511::CatchHandlerType
4403 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 …]
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.h278 getAddrOfCXXCatchHandlerType(QualType Ty, QualType CatchHandlerType) = 0;
H A DMicrosoftCXXABI.cpp135 getAddrOfCXXCatchHandlerType(QualType Ty, QualType CatchHandlerType) override;
3952 QualType CatchHandlerType) { in getAddrOfCXXCatchHandlerType() argument
3960 bool IsReference = CatchHandlerType->isReferenceType(); in getAddrOfCXXCatchHandlerType()
H A DItaniumCXXABI.cpp177 QualType CatchHandlerType) override { in getAddrOfCXXCatchHandlerType() argument