Home | History | Annotate | Download | only in Sema

Lines Matching refs:DefineImplicitDestructor

8926 void Sema::DefineImplicitDestructor(SourceLocation CurrentLocation,
8931 "DefineImplicitDestructor - call it for implicit default dtor");
8933 assert(ClassDecl && "DefineImplicitDestructor - invalid destructor");
12234 DefineImplicitDestructor(DefaultLoc, cast<CXXDestructorDecl>(MD));