Home | History | Annotate | Download | only in CodeGen

Lines Matching full:cxxdestructordecl

177     if (isa<CXXDestructorDecl>(MD)) return RValue::get(nullptr);
209 if (const auto *Dtor = dyn_cast<CXXDestructorDecl>(CalleeDecl))
229 if (const CXXDestructorDecl *Dtor = dyn_cast<CXXDestructorDecl>(MD)) {
243 const CXXDestructorDecl *DDtor =
244 cast<CXXDestructorDecl>(DevirtualizedMethod);
1543 const CXXDestructorDecl *Dtor = nullptr;