Searched refs:CaughtType (Results 1 – 2 of 2) sorted by relevance
633 QualType CaughtType = CGM.getContext().getUnqualifiedArrayType( in EnterCXXTryStmt() local637 if (CaughtType->isObjCObjectPointerType()) in EnterCXXTryStmt()638 TypeInfo.RTTI = CGM.getObjCRuntime().GetEHType(CaughtType); in EnterCXXTryStmt()641 CaughtType, C->getCaughtType()); in EnterCXXTryStmt()
4472 QualType CaughtType = cast<ReferenceType>(CatchType)->getPointeeType(); in InitCatchParam() local4473 bool EndCatchMightThrow = CaughtType->isRecordType(); in InitCatchParam()4481 if (const PointerType *PT = dyn_cast<PointerType>(CaughtType)) { in InitCatchParam()4511 llvm::Type *PtrTy = CGF.ConvertTypeForMem(CaughtType); in InitCatchParam()