Searched refs:CaughtType (Results 1 – 2 of 2) sorted by relevance
575 QualType CaughtType = CGM.getContext().getUnqualifiedArrayType( in EnterCXXTryStmt() local579 if (CaughtType->isObjCObjectPointerType()) in EnterCXXTryStmt()580 TypeInfo.RTTI = CGM.getObjCRuntime().GetEHType(CaughtType); in EnterCXXTryStmt()583 CaughtType, C->getCaughtType()); in EnterCXXTryStmt()
4124 QualType CaughtType = cast<ReferenceType>(CatchType)->getPointeeType(); in InitCatchParam() local4125 bool EndCatchMightThrow = CaughtType->isRecordType(); in InitCatchParam()4133 if (const PointerType *PT = dyn_cast<PointerType>(CaughtType)) { in InitCatchParam()