Home
last modified time | relevance | path

Searched refs:SetDeclDeleted (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp77 Actions.SetDeclDeleted(FnD, KWLoc); in ParseCXXInlineMethodDef()
DParser.cpp1058 Actions.SetDeclDeleted(Res, KWLoc); in ParseFunctionDefinition()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp5342 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
DSemaTemplateInstantiateDecl.cpp1825 SemaRef.SetDeclDeleted(Method, Method->getLocation()); in VisitCXXMethodDecl()
/external/clang/include/clang/Sema/
DSema.h1587 void SetDeclDeleted(Decl *dcl, SourceLocation DelLoc);