Home
last modified time | relevance | path

Searched refs:ThrowType (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp4249 QualType ThrowType = Throw->getType(); in BuildObjCAtThrowStmt() local
4251 if (!ThrowType->isDependentType() && in BuildObjCAtThrowStmt()
4252 !ThrowType->isObjCObjectPointerType()) { in BuildObjCAtThrowStmt()
4253 const PointerType *PT = ThrowType->getAs<PointerType>(); in BuildObjCAtThrowStmt()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGException.cpp444 QualType ThrowType = SubExpr->getType(); in EmitCXXThrowExpr() local
445 if (ThrowType->isObjCObjectPointerType()) { in EmitCXXThrowExpr()
H A DMicrosoftCXXABI.cpp4445 QualType ThrowType = SubExpr->getType(); in emitThrow() local
4448 Address AI = CGF.CreateMemTemp(ThrowType); in emitThrow()
4449 CGF.EmitAnyExprToMem(SubExpr, AI, ThrowType.getQualifiers(), in emitThrow()
4454 llvm::GlobalVariable *TI = getThrowInfo(ThrowType); in emitThrow()
H A DItaniumCXXABI.cpp1291 QualType ThrowType = E->getSubExpr()->getType(); in emitThrow() local
1294 uint64_t TypeSize = getContext().getTypeSizeInChars(ThrowType).getQuantity(); in emitThrow()
1305 llvm::Constant *TypeInfo = CGM.GetAddrOfRTTIDescriptor(ThrowType, in emitThrow()
1311 if (const RecordType *RecordTy = ThrowType->getAs<RecordType>()) { in emitThrow()