Searched refs:CaughtType (Results 1 – 2 of 2) sorted by relevance
558 QualType CaughtType = CGM.getContext().getUnqualifiedArrayType( in EnterCXXTryStmt() local562 if (CaughtType->isObjCObjectPointerType()) in EnterCXXTryStmt()563 TypeInfo.RTTI = CGM.getObjCRuntime().GetEHType(CaughtType); in EnterCXXTryStmt()566 CaughtType, C->getCaughtType()); in EnterCXXTryStmt()
3576 QualType CaughtType = cast<ReferenceType>(CatchType)->getPointeeType(); in InitCatchParam() local3577 bool EndCatchMightThrow = CaughtType->isRecordType(); in InitCatchParam()3585 if (const PointerType *PT = dyn_cast<PointerType>(CaughtType)) { in InitCatchParam()