Searched refs:DelLoc (Results 1 – 2 of 2) sorted by relevance
18457 void Sema::SetDeclDeleted(Decl *Dcl, SourceLocation DelLoc, in SetDeclDeleted() argument18463 Diag(DelLoc, diag::err_deleted_non_function); in SetDeclDeleted()18476 Diag(DelLoc, diag::err_deleted_decl_not_first); in SetDeclDeleted()18477 Diag(Prev->getLocation().isInvalid() ? DelLoc : Prev->getLocation(), in SetDeclDeleted()18502 Diag(DelLoc, diag::err_deleted_main); in SetDeclDeleted()
6420 void SetDeclDeleted(Decl *dcl, SourceLocation DelLoc,