Home | History | Annotate | Download | only in Sema

Lines Matching refs:Destroyed

1432                                         PseudoDestructorTypeStorage Destroyed);
7379 QualType Destroyed = SemaRef.Context.getBaseElementType(
7381 if (const RecordType *DestroyedRec = Destroyed->getAs<RecordType>()) {
7426 PseudoDestructorTypeStorage Destroyed;
7433 Destroyed = DestroyedTypeInfo;
7437 Destroyed = PseudoDestructorTypeStorage(E->getDestroyedTypeIdentifier(),
7450 Destroyed
7471 Destroyed);
9304 PseudoDestructorTypeStorage Destroyed) {
9306 if (Base->isTypeDependent() || Destroyed.getIdentifier() ||
9315 Destroyed,
9319 TypeSourceInfo *DestroyedType = Destroyed.getTypeSourceInfo();
9322 DeclarationNameInfo NameInfo(Name, Destroyed.getLocation());