Searched refs:DelLoc (Results 1 – 2 of 2) sorted by relevance
12781 void Sema::SetDeclDeleted(Decl *Dcl, SourceLocation DelLoc) { in SetDeclDeleted() argument12786 Diag(DelLoc, diag::err_deleted_non_function); in SetDeclDeleted()12796 Diag(DelLoc, diag::err_deleted_decl_not_first); in SetDeclDeleted()12797 Diag(Prev->getLocation().isInvalid() ? DelLoc : Prev->getLocation(), in SetDeclDeleted()12824 Diag(DelLoc, diag::err_deleted_override) << MD->getDeclName(); in SetDeclDeleted()12835 Diag(DelLoc, diag::err_deleted_main); in SetDeclDeleted()
1722 void SetDeclDeleted(Decl *dcl, SourceLocation DelLoc);