Searched refs:hasTrivialMoveConstructor (Results 1 – 8 of 8) sorted by relevance
381 if (!BaseClassDecl->hasTrivialMoveConstructor()) in setBases()1208 if (!FieldRec->hasTrivialMoveConstructor()) in addedMember()
419 FIELD2("trivial", hasTrivialMoveConstructor); in createMoveConstructorDefinitionData()
2246 FLAG(hasTrivialMoveConstructor, trivial); in VisitCXXRecordDecl()
2115 Record->hasTrivialMoveConstructor() || in EmitAggregateCopy()
1301 bool hasTrivialMoveConstructor() const { in hasTrivialMoveConstructor() function
5212 return RD->hasTrivialMoveConstructor() && !RD->hasNonTrivialMoveConstructor(); in EvaluateUnaryTypeTrait()
15823 : ClassDecl->hasTrivialMoveConstructor()); in DeclareImplicitMoveConstructor()
7727 cxx_record_decl->hasTrivialMoveConstructor()))) { in AddMethodToCXXRecordType()