Searched refs:DeclareImplicitMoveConstructor (Results 1 - 3 of 3) sorted by path

/external/clang/include/clang/Sema/
H A DSema.h4072 CXXConstructorDecl *DeclareImplicitMoveConstructor(CXXRecordDecl *ClassDecl);
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp6081 DeclareImplicitMoveConstructor(ClassDecl);
10451 CXXConstructorDecl *Sema::DeclareImplicitMoveConstructor( function in class:Sema
H A DSemaLookup.cpp582 DeclareImplicitMoveConstructor(Class); // might not actually do it
631 S.DeclareImplicitMoveConstructor(Class);
2421 DeclareImplicitMoveConstructor(RD);
2586 DeclareImplicitMoveConstructor(Class);

Completed in 431 milliseconds