Searched refs:HasDeclaredCopyAssignmentWithConstParam (Results 1 – 8 of 8) sorted by relevance
239 FIELD(HasDeclaredCopyAssignmentWithConstParam, 1, MERGE_OR)
922 return data().HasDeclaredCopyAssignmentWithConstParam || in hasCopyAssignmentWithConstParam()
454 unsigned HasDeclaredCopyAssignmentWithConstParam : 1; member964 return data().HasDeclaredCopyAssignmentWithConstParam || in hasCopyAssignmentWithConstParam()
73 HasDeclaredCopyAssignmentWithConstParam(false), IsLambda(false), in DefinitionData()589 data().HasDeclaredCopyAssignmentWithConstParam = true; in addedMember()
2170 ToData.HasDeclaredCopyAssignmentWithConstParam in ImportDefinition()2171 = FromData.HasDeclaredCopyAssignmentWithConstParam; in ImportDefinition()
109 HasDeclaredCopyAssignmentWithConstParam(false), IsLambda(false), in DefinitionData()845 data().HasDeclaredCopyAssignmentWithConstParam = true; in addedMember()
1504 Data.HasDeclaredCopyAssignmentWithConstParam = Record[Idx++]; in ReadCXXDefinitionData()1633 OR_FIELD(HasDeclaredCopyAssignmentWithConstParam) in MergeDefinitionData()
5516 Record->push_back(Data.HasDeclaredCopyAssignmentWithConstParam); in AddCXXDefinitionData()