Home | History | Annotate | Download | only in Sema

Lines Matching refs:Destructor

767   //   or a non-trivial destructor, with no corresponding parameter,
4329 // If this is a pseudo-destructor expression, build the call immediately.
4332 // Pseudo-destructor calls should not have any arguments.
10994 } else if (CXXDestructorDecl *Destructor =
10996 if (Destructor->isDefaulted() && !Destructor->isDeleted() &&
10997 !Destructor->isUsed(false))
10998 DefineImplicitDestructor(Loc, Destructor);
10999 if (Destructor->isVirtual())
11000 MarkVTableUsed(Loc, Destructor->getParent());
11475 // The capture logic needs the destructor, so make sure we mark it.
11479 // actually requires the destructor.