Searched refs:HasInheritedConstructor (Results 1 – 5 of 5) sorted by relevance
365 unsigned HasInheritedConstructor : 1; member1305 return data().HasInheritedConstructor; in hasInheritedConstructor()
56 HasInheritedConstructor(false), HasInheritedAssignment(false), in DefinitionData()982 data().HasInheritedConstructor = true; in addedMember()
2135 ToData.HasInheritedConstructor = FromData.HasInheritedConstructor; in ImportDefinition()
1482 Data.HasInheritedConstructor = Record[Idx++]; in ReadCXXDefinitionData()1611 MATCH_FIELD(HasInheritedConstructor) in MergeDefinitionData()
5494 Record->push_back(Data.HasInheritedConstructor); in AddCXXDefinitionData()