Home | History | Annotate | Download | only in Sema

Lines Matching refs:DefineImplicitDestructor

7283 void Sema::DefineImplicitDestructor(SourceLocation CurrentLocation,
7288 "DefineImplicitDestructor - call it for implicit default dtor");
7290 assert(ClassDecl && "DefineImplicitDestructor - invalid destructor");
10522 DefineImplicitDestructor(DefaultLoc, DD);