Home | History | Annotate | Download | only in Sema

Lines Matching refs:DefaultLoc

11006 void Sema::SetDeclDefaulted(Decl *Dcl, SourceLocation DefaultLoc) {
11018 Diag(DefaultLoc, diag::err_default_special_members);
11040 ResolveExceptionSpec(DefaultLoc,
11047 DefineImplicitDefaultConstructor(DefaultLoc, CD);
11054 DefineImplicitCopyConstructor(DefaultLoc, CD);
11060 DefineImplicitCopyAssignment(DefaultLoc, MD);
11067 DefineImplicitDestructor(DefaultLoc, DD);
11074 DefineImplicitMoveConstructor(DefaultLoc, CD);
11080 DefineImplicitMoveAssignment(DefaultLoc, MD);
11088 Diag(DefaultLoc, diag::err_default_special_members);