Searched refs:HasDeclaredCopyConstructorWithConstParam (Results 1 – 5 of 5) sorted by relevance
456 bool HasDeclaredCopyConstructorWithConstParam : 1; member877 return data().HasDeclaredCopyConstructorWithConstParam || in hasCopyConstructorWithConstParam()
71 HasDeclaredCopyConstructorWithConstParam(false), in DefinitionData()514 data().HasDeclaredCopyConstructorWithConstParam = true; in addedMember()
2047 ToData.HasDeclaredCopyConstructorWithConstParam in ImportDefinition()2048 = FromData.HasDeclaredCopyConstructorWithConstParam; in ImportDefinition()
1452 Data.HasDeclaredCopyConstructorWithConstParam = Record[Idx++]; in ReadCXXDefinitionData()1583 OR_FIELD(HasDeclaredCopyConstructorWithConstParam) in MergeDefinitionData()
5531 Record.push_back(Data.HasDeclaredCopyConstructorWithConstParam); in AddCXXDefinitionData()