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