Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ThrowType

434   QualType ThrowType = E->getSubExpr()->getType();
438 uint64_t TypeSize = getContext().getTypeSizeInChars(ThrowType).getQuantity();
450 llvm::Constant *TypeInfo = CGM.GetAddrOfRTTIDescriptor(ThrowType,
456 if (const RecordType *RecordTy = ThrowType->getAs<RecordType>()) {