Searched refs:SetDeclDeleted (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseCXXInlineMethods.cpp | 74 Actions.SetDeclDeleted(FnD, KWLoc); in ParseCXXInlineMethodDef()
|
D | Parser.cpp | 1119 Actions.SetDeclDeleted(Res, KWLoc); in ParseFunctionDefinition()
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 5503 SetDeclDeleted(MD, MD->getLocation()); in CheckExplicitlyDefaultedSpecialMember() 9187 SetDeclDeleted(DefaultCon, ClassLoc); in DeclareImplicitDefaultConstructor() 9319 SetDeclDeleted(DerivedCtor, UsingLoc); in findInheritingConstructor() 9499 SetDeclDeleted(Destructor, ClassLoc); in DeclareImplicitDestructor() 10215 SetDeclDeleted(CopyAssignment, ClassLoc); in DeclareImplicitCopyAssignment() 10608 SetDeclDeleted(MoveAssignment, ClassLoc); in DeclareImplicitMoveAssignment() 11044 SetDeclDeleted(CopyConstructor, ClassLoc); in DeclareImplicitCopyConstructor() 11225 SetDeclDeleted(MoveConstructor, ClassLoc); in DeclareImplicitMoveConstructor() 13021 void Sema::SetDeclDeleted(Decl *Dcl, SourceLocation DelLoc) { in SetDeclDeleted() function in Sema
|
D | SemaTemplateInstantiateDecl.cpp | 1965 SemaRef.SetDeclDeleted(Method, Method->getLocation()); in VisitCXXMethodDecl()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 1771 void SetDeclDeleted(Decl *dcl, SourceLocation DelLoc);
|