Home | History | Annotate | Download | only in Sema

Lines Matching refs:Destroyed

1427                                         PseudoDestructorTypeStorage Destroyed);
7346 QualType Destroyed = SemaRef.Context.getBaseElementType(
7348 if (const RecordType *DestroyedRec = Destroyed->getAs<RecordType>()) {
7393 PseudoDestructorTypeStorage Destroyed;
7400 Destroyed = DestroyedTypeInfo;
7404 Destroyed = PseudoDestructorTypeStorage(E->getDestroyedTypeIdentifier(),
7417 Destroyed
7436 Destroyed);
9250 PseudoDestructorTypeStorage Destroyed) {
9252 if (Base->isTypeDependent() || Destroyed.getIdentifier() ||
9261 Destroyed,
9265 TypeSourceInfo *DestroyedType = Destroyed.getTypeSourceInfo();
9268 DeclarationNameInfo NameInfo(Name, Destroyed.getLocation());