Home | History | Annotate | Download | only in CodeGen

Lines Matching full:catchtype

941   CanQualType CatchType =
943 llvm::Type *LLVMCatchTy = CGF.ConvertTypeForMem(CatchType);
947 if (isa<ReferenceType>(CatchType)) {
948 QualType CaughtType = cast<ReferenceType>(CatchType)->getPointeeType();
1006 TypeEvaluationKind TEK = CGF.getEvaluationKind(CatchType);
1012 if (CatchType->hasPointerRepresentation()) {
1016 switch (CatchType.getQualifiers().getObjCLifetime()) {
1039 LValue srcLV = CGF.MakeNaturalAlignAddrLValue(Cast, CatchType);
1040 LValue destLV = CGF.MakeAddrLValue(ParamAddr, CatchType,
1058 assert(isa<RecordType>(CatchType) && "unexpected catch type!");
1068 CGF.EmitAggregateCopy(ParamAddr, adjustedExn, CatchType);