Searched defs:CatchHandlerType (Results 1 – 4 of 4) sorted by relevance
3413 class CatchHandlerType { class3421 CatchHandlerType(QualType QT, Unique) : QT(QT), IsPointer(false) {} in CatchHandlerType() function in CatchHandlerType3427 CatchHandlerType(QualType Q) : QT(Q), IsPointer(false) { in CatchHandlerType() function in CatchHandlerType3439 CatchHandlerType(QualType QT, bool IsPointer) in CatchHandlerType() function in CatchHandlerType3495 const llvm::DenseMap<CatchHandlerType, CXXCatchStmt *> &T, bool C) in CatchTypePublicBases()
3644 QualType CatchHandlerType) { in getAddrOfCXXCatchHandlerType()
131 QualType CatchHandlerType) override { in getAddrOfCXXCatchHandlerType()
3202 QualType CatchHandlerType) { in getAddrOfCXXCatchHandlerType()