Searched defs:CatchHandlerType (Results 1 – 3 of 3) sorted by relevance
4272 class CatchHandlerType { class4280 CatchHandlerType(QualType QT, Unique) : QT(QT), IsPointer(false) {} in CatchHandlerType() function in __anon5649fb511511::CatchHandlerType4286 CatchHandlerType(QualType Q) : QT(Q), IsPointer(false) { in CatchHandlerType() function in __anon5649fb511511::CatchHandlerType4298 CatchHandlerType(QualType QT, bool IsPointer) in CatchHandlerType() function in __anon5649fb511511::CatchHandlerType4350 const llvm::DenseMap<CatchHandlerType, CXXCatchStmt *> &T, bool C) in CatchTypePublicBases()
175 QualType CatchHandlerType) override { in getAddrOfCXXCatchHandlerType()
3857 QualType CatchHandlerType) { in getAddrOfCXXCatchHandlerType()