Home | History | Annotate | Download | only in Sema

Lines Matching refs:Destroyed

1764                                         PseudoDestructorTypeStorage Destroyed);
8585 QualType Destroyed = SemaRef.Context.getBaseElementType(
8587 if (const RecordType *DestroyedRec = Destroyed->getAs<RecordType>()) {
8632 PseudoDestructorTypeStorage Destroyed;
8639 Destroyed = DestroyedTypeInfo;
8643 Destroyed = PseudoDestructorTypeStorage(E->getDestroyedTypeIdentifier(),
8656 Destroyed
8677 Destroyed);
10767 PseudoDestructorTypeStorage Destroyed) {
10769 if (Base->isTypeDependent() || Destroyed.getIdentifier() ||
10777 CCLoc, TildeLoc, Destroyed);
10780 TypeSourceInfo *DestroyedType = Destroyed.getTypeSourceInfo();
10783 DeclarationNameInfo NameInfo(Name, Destroyed.getLocation());