Home | History | Annotate | Download | only in Sema

Lines Matching defs:Destructor

8421     // object's destructor.  However, we don't perform any direct access check
8432 CXXDestructorDecl *Destructor = LookupDestructor(ClassDecl);
8433 MarkFunctionReferenced(Param->getLocation(), Destructor);
8434 DiagnoseUseOfDecl(Destructor, Param->getLocation());