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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp258 llvm::Type *CatchType = CGF.ConvertType(CatchParam->getType()); local
259 llvm::Value *CastExn = CGF.Builder.CreateBitCast(Exn, CatchType);
H A DItaniumCXXABI.cpp4247 CanQualType CatchType = local
4249 llvm::Type *LLVMCatchTy = CGF.ConvertTypeForMem(CatchType);
4253 if (isa<ReferenceType>(CatchType)) {
4254 QualType CaughtType = cast<ReferenceType>(CatchType)->getPointeeType();
4313 TypeEvaluationKind TEK = CGF.getEvaluationKind(CatchType);
4319 if (CatchType->hasPointerRepresentation()) {
4323 switch (CatchType.getQualifiers().getObjCLifetime()) {
4346 LValue srcLV = CGF.MakeNaturalAlignAddrLValue(Cast, CatchType);
4347 LValue destLV = CGF.MakeAddrLValue(ParamAddr, CatchType);
4364 assert(isa<RecordType>(CatchType)
[all...]

Completed in 164 milliseconds