Searched refs:IsInheritingConstructor (Results 1 – 2 of 2) sorted by relevance
2205 unsigned IsInheritingConstructor : 1; variable2217 IsInheritingConstructor((bool)Inherited) { in CXXConstructorDecl()2380 bool isInheritingConstructor() const { return IsInheritingConstructor; } in isInheritingConstructor()2384 return IsInheritingConstructor ? *getTrailingObjects<InheritedConstructor>() in getInheritedConstructor()
1817 Result->IsInheritingConstructor = Inherited; in CreateDeserialized()