Searched defs:CatchType (Results 1 - 2 of 2) sorted by last modified time

/external/clang/lib/CodeGen/
H A DCGException.cpp900 CanQualType CatchType = local
902 llvm::Type *LLVMCatchTy = CGF.ConvertTypeForMem(CatchType);
906 if (isa<ReferenceType>(CatchType)) {
907 QualType CaughtType = cast<ReferenceType>(CatchType)->getPointeeType();
965 TypeEvaluationKind TEK = CGF.getEvaluationKind(CatchType);
971 if (CatchType->hasPointerRepresentation()) {
975 switch (CatchType.getQualifiers().getObjCLifetime()) {
998 LValue srcLV = CGF.MakeNaturalAlignAddrLValue(Cast, CatchType);
999 LValue destLV = CGF.MakeAddrLValue(ParamAddr, CatchType,
1017 assert(isa<RecordType>(CatchType)
[all...]
H A DCGObjCRuntime.cpp254 llvm::Type *CatchType = CGF.ConvertType(CatchParam->getType()); local
255 llvm::Value *CastExn = CGF.Builder.CreateBitCast(Exn, CatchType);

Completed in 86 milliseconds