Searched refs:HasDeclaredCopyConstructorWithConstParam (Results 1 – 5 of 5) sorted by relevance
450 unsigned HasDeclaredCopyConstructorWithConstParam : 1; member882 return data().HasDeclaredCopyConstructorWithConstParam || in hasCopyConstructorWithConstParam()
72 HasDeclaredCopyConstructorWithConstParam(false), in DefinitionData()532 data().HasDeclaredCopyConstructorWithConstParam = true; in addedMember()
2168 ToData.HasDeclaredCopyConstructorWithConstParam in ImportDefinition()2169 = FromData.HasDeclaredCopyConstructorWithConstParam; in ImportDefinition()
1503 Data.HasDeclaredCopyConstructorWithConstParam = Record[Idx++]; in ReadCXXDefinitionData()1632 OR_FIELD(HasDeclaredCopyConstructorWithConstParam) in MergeDefinitionData()
5515 Record->push_back(Data.HasDeclaredCopyConstructorWithConstParam); in AddCXXDefinitionData()