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

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3936 /// DefineImplicitMoveConstructor - Checks for feasibility of
3938 void DefineImplicitMoveConstructor(SourceLocation CurrentLocation,
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp10238 void Sema::DefineImplicitMoveConstructor(SourceLocation CurrentLocation, function in class:Sema
10244 "DefineImplicitMoveConstructor - call it for implicit move ctor");
10247 assert(ClassDecl && "DefineImplicitMoveConstructor - invalid constructor");
11936 DefineImplicitMoveConstructor(DefaultLoc, cast<CXXConstructorDecl>(MD));
H A DSemaExpr.cpp11188 DefineImplicitMoveConstructor(Loc, Constructor);

Completed in 282 milliseconds