Home | History | Annotate | Download | only in Sema

Lines Matching refs:DefaultLoc

10464 void Sema::SetDeclDefaulted(Decl *Dcl, SourceLocation DefaultLoc) {
10476 Diag(DefaultLoc, diag::err_default_special_members);
10499 DefineImplicitDefaultConstructor(DefaultLoc, CD);
10507 DefineImplicitCopyConstructor(DefaultLoc, CD);
10514 DefineImplicitCopyAssignment(DefaultLoc, MD);
10522 DefineImplicitDestructor(DefaultLoc, DD);
10530 DefineImplicitMoveConstructor(DefaultLoc, CD);
10537 DefineImplicitMoveAssignment(DefaultLoc, MD);
10545 Diag(DefaultLoc, diag::err_default_special_members);