reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaExprCXX.cpp
 3331           PointeeRD = cast<CXXRecordDecl>(RT->getDecl());
 3345     if (PointeeRD) {
 3347           FindDeallocationFunction(StartLoc, PointeeRD, DeleteName,
 3369       if (!PointeeRD->hasIrrelevantDestructor())
 3370         if (CXXDestructorDecl *Dtor = LookupDestructor(PointeeRD)) {
 3377       CheckVirtualDtorCall(PointeeRD->getDestructor(), StartLoc,
 3405     if (PointeeRD) {
 3406       if (CXXDestructorDecl *Dtor = LookupDestructor(PointeeRD)) {