Home
last modified time | relevance | path

Searched refs:DelLoc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp16802 void Sema::SetDeclDeleted(Decl *Dcl, SourceLocation DelLoc) { in SetDeclDeleted() argument
16807 Diag(DelLoc, diag::err_deleted_non_function); in SetDeclDeleted()
16820 Diag(DelLoc, diag::err_deleted_decl_not_first); in SetDeclDeleted()
16821 Diag(Prev->getLocation().isInvalid() ? DelLoc : Prev->getLocation(), in SetDeclDeleted()
16846 Diag(DelLoc, diag::err_deleted_main); in SetDeclDeleted()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h2773 void SetDeclDeleted(Decl *dcl, SourceLocation DelLoc);