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