Searched refs:DelLoc (Results 1 – 2 of 2) sorted by relevance
17920 void Sema::SetDeclDeleted(Decl *Dcl, SourceLocation DelLoc, in SetDeclDeleted() argument 17926 Diag(DelLoc, diag::err_deleted_non_function); in SetDeclDeleted() 17939 Diag(DelLoc, diag::err_deleted_decl_not_first); in SetDeclDeleted() 17940 Diag(Prev->getLocation().isInvalid() ? DelLoc : Prev->getLocation(), in SetDeclDeleted() 17965 Diag(DelLoc, diag::err_deleted_main); in SetDeclDeleted()
5998 void SetDeclDeleted(Decl *dcl, SourceLocation DelLoc,