Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Dtor

427                         const CXXDestructorDecl *Dtor,
429 : Dtor(Dtor), NRVOFlag(NRVOFlag), Loc(addr) {}
431 const CXXDestructorDecl *Dtor;
436 // Along the exceptions path we always execute the dtor.
450 CGF.EmitCXXDestructorCall(Dtor, Dtor_Complete,
1337 CXXDestructorDecl *dtor = type->getAsCXXRecordDecl()->getDestructor();
1339 dtor, emission.NRVOFlag);
1422 case QualType::DK_none: llvm_unreachable("no destroyer for trivial dtor");