Home
last modified time | relevance | path

Searched refs:DeclareImplicitMoveAssignment (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaLookup.cpp594 DeclareImplicitMoveAssignment(Class); // might not actually do it in ForceDeclarationOfImplicitMembers()
661 S.DeclareImplicitMoveAssignment(Class); in DeclareImplicitMemberFunctionsWithName()
2622 DeclareImplicitMoveAssignment(RD); in LookupSpecialMember()
HDSemaDeclCXX.cpp6487 DeclareImplicitMoveAssignment(ClassDecl); in AddImplicitlyDeclaredMembersToClass()
10414 CXXMethodDecl *Sema::DeclareImplicitMoveAssignment(CXXRecordDecl *ClassDecl) { in DeclareImplicitMoveAssignment() function in Sema
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h4380 CXXMethodDecl *DeclareImplicitMoveAssignment(CXXRecordDecl *ClassDecl);