Searched refs:SetDeclDeleted (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseCXXInlineMethods.cpp | 77 Actions.SetDeclDeleted(FnD, KWLoc); in ParseCXXInlineMethodDef()
|
D | Parser.cpp | 1058 Actions.SetDeclDeleted(Res, KWLoc); in ParseFunctionDefinition()
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 5342 SetDeclDeleted(MD, MD->getLocation()); in CheckExplicitlyDefaultedSpecialMember() 8901 SetDeclDeleted(DefaultCon, ClassLoc); in DeclareImplicitDefaultConstructor() 9150 SemaRef.SetDeclDeleted(Entry.DerivedCtor, UsingLoc); in declareCtor() 9211 SemaRef.SetDeclDeleted(DerivedCtor, UsingLoc); in declareCtor() 9369 SetDeclDeleted(Destructor, ClassLoc); in DeclareImplicitDestructor() 10048 SetDeclDeleted(CopyAssignment, ClassLoc); in DeclareImplicitCopyAssignment() 10438 SetDeclDeleted(MoveAssignment, ClassLoc); in DeclareImplicitMoveAssignment() 10869 SetDeclDeleted(CopyConstructor, ClassLoc); in DeclareImplicitCopyConstructor() 11047 SetDeclDeleted(MoveConstructor, ClassLoc); in DeclareImplicitMoveConstructor() 12725 void Sema::SetDeclDeleted(Decl *Dcl, SourceLocation DelLoc) { in SetDeclDeleted() function in Sema
|
D | SemaTemplateInstantiateDecl.cpp | 1825 SemaRef.SetDeclDeleted(Method, Method->getLocation()); in VisitCXXMethodDecl()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 1587 void SetDeclDeleted(Decl *dcl, SourceLocation DelLoc);
|