Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp6685 S.DefineImplicitMoveConstructor(DefaultLoc, cast<CXXConstructorDecl>(FD)); in DefineDefaultedFunction()
15732 void Sema::DefineImplicitMoveConstructor(SourceLocation CurrentLocation, in DefineImplicitMoveConstructor() function in Sema
15738 "DefineImplicitMoveConstructor - call it for implicit move ctor"); in DefineImplicitMoveConstructor()
15743 assert(ClassDecl && "DefineImplicitMoveConstructor - invalid constructor"); in DefineImplicitMoveConstructor()
H A DSemaExpr.cpp17946 DefineImplicitMoveConstructor(Loc, Constructor); in MarkFunctionReferenced()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5150 void DefineImplicitMoveConstructor(SourceLocation CurrentLocation,