Searched refs:HasDeclaredCopyConstructorWithConstParam (Results 1 – 8 of 8) sorted by relevance
235 FIELD(HasDeclaredCopyConstructorWithConstParam, 1, MERGE_OR)
804 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()
450 unsigned HasDeclaredCopyConstructorWithConstParam : 1; member882 return data().HasDeclaredCopyConstructorWithConstParam || in hasCopyConstructorWithConstParam()
108 HasDeclaredCopyConstructorWithConstParam(false), in DefinitionData()789 data().HasDeclaredCopyConstructorWithConstParam = true; in addedMember()
1503 Data.HasDeclaredCopyConstructorWithConstParam = Record[Idx++]; in ReadCXXDefinitionData()1632 OR_FIELD(HasDeclaredCopyConstructorWithConstParam) in MergeDefinitionData()
5515 Record->push_back(Data.HasDeclaredCopyConstructorWithConstParam); in AddCXXDefinitionData()