Searched refs:HasDeclaredCopyAssignmentWithConstParam (Results 1 – 5 of 5) sorted by relevance
72 HasDeclaredCopyAssignmentWithConstParam(false), in DefinitionData()553 data().HasDeclaredCopyAssignmentWithConstParam = true; in addedMember()
2049 ToData.HasDeclaredCopyAssignmentWithConstParam in ImportDefinition()2050 = FromData.HasDeclaredCopyAssignmentWithConstParam; in ImportDefinition()
460 bool HasDeclaredCopyAssignmentWithConstParam : 1; member959 return data().HasDeclaredCopyAssignmentWithConstParam || in hasCopyAssignmentWithConstParam()
1433 Data.HasDeclaredCopyAssignmentWithConstParam = Record[Idx++]; in ReadCXXDefinitionData()1557 OR_FIELD(HasDeclaredCopyAssignmentWithConstParam) in MergeDefinitionData()
5518 Record.push_back(Data.HasDeclaredCopyAssignmentWithConstParam); in AddCXXDefinitionData()