Searched refs:IsInheritingConstructor (Results 1 – 4 of 4) 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()
2401 return CXXConstructorDeclBits.IsInheritingConstructor; in numTrailingObjects()2608 return CXXConstructorDeclBits.IsInheritingConstructor; in isInheritingConstructor()2614 CXXConstructorDeclBits.IsInheritingConstructor = isIC;
1591 uint64_t IsInheritingConstructor : 1; variable
1817 Result->IsInheritingConstructor = Inherited; in CreateDeserialized()