Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp3907 class CatchHandlerType { class
3913 friend struct llvm::DenseMapInfo<CatchHandlerType>;
3933 CatchHandlerType(QualType QT, bool IsPointer) in CatchHandlerType() function in __anon4bf2252c0c11::CatchHandlerType
3939 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 …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCXXABI.h253 getAddrOfCXXCatchHandlerType(QualType Ty, QualType CatchHandlerType) = 0;
H A DMicrosoftCXXABI.cpp130 getAddrOfCXXCatchHandlerType(QualType Ty, QualType CatchHandlerType) override;
3746 QualType CatchHandlerType) { in getAddrOfCXXCatchHandlerType() argument
3754 bool IsReference = CatchHandlerType->isReferenceType(); in getAddrOfCXXCatchHandlerType()
H A DItaniumCXXABI.cpp189 QualType CatchHandlerType) override { in getAddrOfCXXCatchHandlerType() argument