Searched refs:SetDeclDeleted (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseCXXInlineMethods.cpp | 71 Actions.SetDeclDeleted(FnD, KWLoc); in ParseCXXInlineMethodDef()
|
| H A D | Parser.cpp | 1320 Actions.SetDeclDeleted(Res, KWLoc); in ParseFunctionDefinition()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 7479 SetDeclDeleted(MD, MD->getLocation()); in CheckExplicitlyDefaultedSpecialMember() 8501 SetDeclDeleted(FD, FD->getLocation()); in CheckExplicitlyDefaultedComparison() 13072 SetDeclDeleted(DefaultCon, ClassLoc); in DeclareImplicitDefaultConstructor() 13207 SetDeclDeleted(DerivedCtor, UsingLoc); in findInheritingConstructor() 13357 SetDeclDeleted(Destructor, ClassLoc); in DeclareImplicitDestructor() 13999 SetDeclDeleted(CopyAssignment, ClassLoc); in DeclareImplicitCopyAssignment() 14336 SetDeclDeleted(MoveAssignment, ClassLoc); in DeclareImplicitMoveAssignment() 14723 SetDeclDeleted(CopyConstructor, ClassLoc); in DeclareImplicitCopyConstructor() 14857 SetDeclDeleted(MoveConstructor, ClassLoc); in DeclareImplicitMoveConstructor() 16802 void Sema::SetDeclDeleted(Decl *Dcl, SourceLocation DelLoc) { in SetDeclDeleted() function in Sema
|
| H A D | SemaTemplateInstantiateDecl.cpp | 2186 SemaRef.SetDeclDeleted(Function, D->getLocation()); in VisitFunctionDecl() 2516 SemaRef.SetDeclDeleted(Method, Method->getLocation()); in VisitCXXMethodDecl()
|
| H A D | SemaDecl.cpp | 17504 SetDeclDeleted(Dtor, CXXRecord->getLocation()); in ActOnFields()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 2773 void SetDeclDeleted(Decl *dcl, SourceLocation DelLoc);
|