Home | History | Annotate | Download | only in AST

Lines Matching full:dtor

375   // C++11 [class.ctor]p5, C++11 [class.copy]p11, C++11 [class.dtor]p5:
376 // A defaulted [ctor or dtor] for a class X is defined as
379 // that is deleted or inaccessible from the defaulted [ctor or dtor].
381 // that is deleted or inaccessible from the defaulted [ctor or dtor].
539 // C++11 [class.dtor]p5:
1308 CXXDestructorDecl *Dtor = cast<CXXDestructorDecl>(R.front());
1309 return Dtor;