Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp4336 class CatchHandlerType { class
4342 friend struct llvm::DenseMapInfo<CatchHandlerType>;
4344 CatchHandlerType(QualType QT, Unique) : QT(QT), IsPointer(false) {} in CatchHandlerType() function in __anonceb37bf41511::CatchHandlerType
4350 CatchHandlerType(QualType Q) : QT(Q), IsPointer(false) { in CatchHandlerType() function in __anonceb37bf41511::CatchHandlerType
4362 CatchHandlerType(QualType QT, bool IsPointer) in CatchHandlerType() function in __anonceb37bf41511::CatchHandlerType
4368 friend bool operator==(const CatchHandlerType &LHS, in operator ==()
4369 const CatchHandlerType &RHS) { in operator ==()
4380 template <> struct DenseMapInfo<CatchHandlerType> {
4381 static CatchHandlerType getEmptyKey() { in getEmptyKey()
4382 return CatchHandlerType(DenseMapInfo<QualType>::getEmptyKey(), in getEmptyKey()
[all …]
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCXXABI.h278 getAddrOfCXXCatchHandlerType(QualType Ty, QualType CatchHandlerType) = 0;
H A DMicrosoftCXXABI.cpp134 getAddrOfCXXCatchHandlerType(QualType Ty, QualType CatchHandlerType) override;
3963 QualType CatchHandlerType) { in getAddrOfCXXCatchHandlerType() argument
3971 bool IsReference = CatchHandlerType->isReferenceType(); in getAddrOfCXXCatchHandlerType()
H A DItaniumCXXABI.cpp175 QualType CatchHandlerType) override { in getAddrOfCXXCatchHandlerType() argument