Home | History | Annotate | Download | only in Sema

Lines Matching defs:Dtor

4344     CXXDestructorDecl *Dtor = RD->getDestructor();
4345 assert(Dtor && "class has literal fields and bases but no dtor?");
4346 if (!Dtor)
4349 Diag(Dtor->getLocation(), Dtor->isUserProvided() ?