Home | History | Annotate | Download | only in Sema

Lines Matching refs:Destructor

788   //   or a non-trivial destructor, with no corresponding parameter,
4478 // If this is a pseudo-destructor expression, build the call immediately.
4481 // Pseudo-destructor calls should not have any arguments.
11450 } else if (CXXDestructorDecl *Destructor =
11452 Destructor = cast<CXXDestructorDecl>(Destructor->getFirstDecl());
11453 if (Destructor->isDefaulted() && !Destructor->isDeleted())
11454 DefineImplicitDestructor(Loc, Destructor);
11455 if (Destructor->isVirtual())
11456 MarkVTableUsed(Loc, Destructor->getParent());
11757 // The capture logic needs the destructor, so make sure we mark it.
11761 // actually requires the destructor.