Home
last modified time | relevance | path

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

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