Searched refs:hasTrivialMoveConstructor (Results 1 – 8 of 8) sorted by relevance
381 if (!BaseClassDecl->hasTrivialMoveConstructor()) in setBases()1184 if (!FieldRec->hasTrivialMoveConstructor()) in addedMember()
413 FIELD2("trivial", hasTrivialMoveConstructor); in createMoveConstructorDefinitionData()
2013 FLAG(hasTrivialMoveConstructor, trivial); in VisitCXXRecordDecl()
2069 Record->hasTrivialMoveConstructor() || in EmitAggregateCopy()
1256 bool hasTrivialMoveConstructor() const { in hasTrivialMoveConstructor() function
5027 return RD->hasTrivialMoveConstructor() && !RD->hasNonTrivialMoveConstructor(); in EvaluateUnaryTypeTrait()
15235 : ClassDecl->hasTrivialMoveConstructor()); in DeclareImplicitMoveConstructor()
7777 cxx_record_decl->hasTrivialMoveConstructor()))) { in AddMethodToCXXRecordType()