Home | History | Annotate | Download | only in Sema

Lines Matching refs:Destroyed

1511                                         PseudoDestructorTypeStorage Destroyed);
7633 QualType Destroyed = SemaRef.Context.getBaseElementType(
7635 if (const RecordType *DestroyedRec = Destroyed->getAs<RecordType>()) {
7680 PseudoDestructorTypeStorage Destroyed;
7687 Destroyed = DestroyedTypeInfo;
7691 Destroyed = PseudoDestructorTypeStorage(E->getDestroyedTypeIdentifier(),
7704 Destroyed
7725 Destroyed);
9602 PseudoDestructorTypeStorage Destroyed) {
9604 if (Base->isTypeDependent() || Destroyed.getIdentifier() ||
9613 Destroyed,
9617 TypeSourceInfo *DestroyedType = Destroyed.getTypeSourceInfo();
9620 DeclarationNameInfo NameInfo(Name, Destroyed.getLocation());