Searched refs:HasDeclaredCopyAssignmentWithConstParam (Results 1 – 5 of 5) sorted by relevance
73 HasDeclaredCopyAssignmentWithConstParam(false), in DefinitionData()552 data().HasDeclaredCopyAssignmentWithConstParam = true; in addedMember()
1984 ToData.HasDeclaredCopyAssignmentWithConstParam in ImportDefinition()1985 = FromData.HasDeclaredCopyAssignmentWithConstParam; in ImportDefinition()
445 bool HasDeclaredCopyAssignmentWithConstParam : 1; member924 return data().HasDeclaredCopyAssignmentWithConstParam || in hasCopyAssignmentWithConstParam()
1210 Data.HasDeclaredCopyAssignmentWithConstParam = Record[Idx++]; in ReadCXXDefinitionData()
5108 Record.push_back(Data.HasDeclaredCopyAssignmentWithConstParam); in AddCXXDefinitionData()