Searched refs:Dtor (Results 26 - 32 of 32) sorted by relevance

12

/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp592 void CodeGenModule::AddGlobalDtor(llvm::Function *Dtor, int Priority) { argument
594 GlobalDtors.push_back(Structor(Priority, Dtor, nullptr));
855 if (const auto *Dtor = dyn_cast_or_null<CXXDestructorDecl>(FD)) {
856 if (getCXXABI().useThunkForDtorVariant(Dtor, GD.getDtorType())) {
H A DCodeGenModule.h1100 void AddGlobalDtor(llvm::Function *Dtor, int Priority = 65535);
H A DCodeGenFunction.h428 void PushDestructorCleanup(const CXXDestructorDecl *Dtor,
1231 void EnterDtorCleanups(const CXXDestructorDecl *Dtor, CXXDtorType Type);
H A DCGCall.cpp2315 const CXXDestructorDecl *Dtor = Ty->getAsCXXRecordDecl()->getDestructor(); variable
2316 assert(!Dtor->isTrivial());
2317 CGF.EmitCXXDestructorCall(Dtor, Dtor_Complete, /*for vbase*/ false,
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp2392 if (CXXDestructorDecl *Dtor = LookupDestructor(PointeeRD)) {
2394 const_cast<CXXDestructorDecl*>(Dtor));
2395 if (DiagnoseUseOfDecl(Dtor, StartLoc))
2437 if (CXXDestructorDecl *Dtor = LookupDestructor(PointeeRD)) {
2438 CheckDestructorAccess(Ex.get()->getExprLoc(), Dtor,
/external/clang/include/clang/AST/
H A DExprCXX.h1000 void setDestructor(const CXXDestructorDecl *Dtor) { argument
1001 Destructor = Dtor;
/external/clang/include/clang/Sema/
H A DSema.h5078 CXXDestructorDecl *Dtor,

Completed in 274 milliseconds

12