Searched refs:CatchType (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGException.cpp945 CanQualType CatchType = local
947 llvm::Type *LLVMCatchTy = CGF.ConvertTypeForMem(CatchType);
951 if (isa<ReferenceType>(CatchType)) {
952 QualType CaughtType = cast<ReferenceType>(CatchType)->getPointeeType();
1010 TypeEvaluationKind TEK = CGF.getEvaluationKind(CatchType);
1016 if (CatchType->hasPointerRepresentation()) {
1020 switch (CatchType.getQualifiers().getObjCLifetime()) {
1043 LValue srcLV = CGF.MakeNaturalAlignAddrLValue(Cast, CatchType);
1044 LValue destLV = CGF.MakeAddrLValue(ParamAddr, CatchType,
1062 assert(isa<RecordType>(CatchType)
[all...]
H A DCGObjCRuntime.cpp253 llvm::Type *CatchType = CGF.ConvertType(CatchParam->getType()); local
254 llvm::Value *CastExn = CGF.Builder.CreateBitCast(Exn, CatchType);

Completed in 146 milliseconds