Searched refs:CaughtType (Results 1 – 2 of 2) sorted by relevance
604 QualType CaughtType = C->getCaughtType(); in EnterCXXTryStmt() local605 CaughtType = CaughtType.getNonReferenceType().getUnqualifiedType(); in EnterCXXTryStmt()608 if (CaughtType->isObjCObjectPointerType()) in EnterCXXTryStmt()609 TypeInfo = CGM.getObjCRuntime().GetEHType(CaughtType); in EnterCXXTryStmt()611 TypeInfo = CGM.GetAddrOfRTTIDescriptor(CaughtType, /*ForEH=*/true); in EnterCXXTryStmt()907 QualType CaughtType = cast<ReferenceType>(CatchType)->getPointeeType(); in InitCatchParam() local908 bool EndCatchMightThrow = CaughtType->isRecordType(); in InitCatchParam()916 if (const PointerType *PT = dyn_cast<PointerType>(CaughtType)) { in InitCatchParam()
3209 const QualType CaughtType = Handler->getCaughtType(); in ActOnCXXTryBlock() local3210 const QualType CanonicalCaughtType = Context.getCanonicalType(CaughtType); in ActOnCXXTryBlock()