Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ThrowType

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