Lines Matching refs:Destroyed
1705 PseudoDestructorTypeStorage Destroyed);
8077 QualType Destroyed = SemaRef.Context.getBaseElementType(
8079 if (const RecordType *DestroyedRec = Destroyed->getAs<RecordType>()) {
8124 PseudoDestructorTypeStorage Destroyed;
8131 Destroyed = DestroyedTypeInfo;
8135 Destroyed = PseudoDestructorTypeStorage(E->getDestroyedTypeIdentifier(),
8148 Destroyed
8169 Destroyed);
10162 PseudoDestructorTypeStorage Destroyed) {
10164 if (Base->isTypeDependent() || Destroyed.getIdentifier() ||
10173 Destroyed,
10177 TypeSourceInfo *DestroyedType = Destroyed.getTypeSourceInfo();
10180 DeclarationNameInfo NameInfo(Name, Destroyed.getLocation());