Searched refs:HasDeclaredCopyAssignmentWithConstParam (Results 1 – 5 of 5) sorted by relevance
460 bool HasDeclaredCopyAssignmentWithConstParam : 1; member959 return data().HasDeclaredCopyAssignmentWithConstParam || in hasCopyAssignmentWithConstParam()
72 HasDeclaredCopyAssignmentWithConstParam(false), in DefinitionData()559 data().HasDeclaredCopyAssignmentWithConstParam = true; in addedMember()
1995 ToData.HasDeclaredCopyAssignmentWithConstParam in ImportDefinition()1996 = FromData.HasDeclaredCopyAssignmentWithConstParam; in ImportDefinition()
1333 Data.HasDeclaredCopyAssignmentWithConstParam = Record[Idx++]; in ReadCXXDefinitionData()1469 OR_FIELD(HasDeclaredCopyAssignmentWithConstParam) in MergeDefinitionData()
5684 Record.push_back(Data.HasDeclaredCopyAssignmentWithConstParam); in AddCXXDefinitionData()