Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp4324 class CatchHandlerType { class
4330 friend struct llvm::DenseMapInfo<CatchHandlerType>;
4332 CatchHandlerType(QualType QT, Unique) : QT(QT), IsPointer(false) {} in CatchHandlerType() function in __anon895218281311::CatchHandlerType
4338 CatchHandlerType(QualType Q) : QT(Q), IsPointer(false) { in CatchHandlerType() function in __anon895218281311::CatchHandlerType
4350 CatchHandlerType(QualType QT, bool IsPointer) in CatchHandlerType() function in __anon895218281311::CatchHandlerType
4356 friend bool operator==(const CatchHandlerType &LHS, in operator ==()
4357 const CatchHandlerType &RHS) { in operator ==()
4368 template <> struct DenseMapInfo<CatchHandlerType> {
4369 static CatchHandlerType getEmptyKey() { in getEmptyKey()
4370 return CatchHandlerType(DenseMapInfo<QualType>::getEmptyKey(), in getEmptyKey()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCXXABI.h252 getAddrOfCXXCatchHandlerType(QualType Ty, QualType CatchHandlerType) = 0;
H A DMicrosoftCXXABI.cpp130 getAddrOfCXXCatchHandlerType(QualType Ty, QualType CatchHandlerType) override;
3857 QualType CatchHandlerType) { in getAddrOfCXXCatchHandlerType() argument
3865 bool IsReference = CatchHandlerType->isReferenceType(); in getAddrOfCXXCatchHandlerType()
H A DItaniumCXXABI.cpp175 QualType CatchHandlerType) override { in getAddrOfCXXCatchHandlerType() argument