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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp592 DeclareImplicitMoveConstructor(Class); // might not actually do it
641 S.DeclareImplicitMoveConstructor(Class);
2501 DeclareImplicitMoveConstructor(RD);
2666 DeclareImplicitMoveConstructor(Class);
H A DSemaDeclCXX.cpp5903 DeclareImplicitMoveConstructor(ClassDecl);
10173 CXXConstructorDecl *Sema::DeclareImplicitMoveConstructor( function in class:Sema
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3934 CXXConstructorDecl *DeclareImplicitMoveConstructor(CXXRecordDecl *ClassDecl);

Completed in 206 milliseconds