Searched refs:hasTrivialMoveConstructor (Results 1 – 8 of 8) sorted by relevance
382 if (!BaseClassDecl->hasTrivialMoveConstructor()) in setBases()1250 if (!FieldRec->hasTrivialMoveConstructor()) in addedMember()
452 FIELD2("trivial", hasTrivialMoveConstructor); in createMoveConstructorDefinitionData()
2497 FLAG(hasTrivialMoveConstructor, trivial); in VisitCXXRecordDecl()
2106 Record->hasTrivialMoveConstructor() || in EmitAggregateCopy()
1309 bool hasTrivialMoveConstructor() const { in hasTrivialMoveConstructor() function
5383 return RD->hasTrivialMoveConstructor() && !RD->hasNonTrivialMoveConstructor(); in EvaluateUnaryTypeTrait()
15703 : ClassDecl->hasTrivialMoveConstructor()); in DeclareImplicitMoveConstructor()
7887 cxx_record_decl->hasTrivialMoveConstructor()))) { in AddMethodToCXXRecordType()