Searched refs:InheritingConstructorInfo (Results 1 – 1 of 1) sorted by relevance
8960 class InheritingConstructorInfo { class8962 InheritingConstructorInfo(Sema &SemaRef, CXXRecordDecl *Derived) in InheritingConstructorInfo() function in __anonb9d573a20f11::InheritingConstructorInfo8969 visitAll(Derived, &InheritingConstructorInfo::noteDeclaredInDerived); in InheritingConstructorInfo()8973 visitAll(RD, &InheritingConstructorInfo::inherit); in inheritAll()9023 typedef void (InheritingConstructorInfo::*VisitFn)(const CXXConstructorDecl*);9253 InheritingConstructorInfo ICI(*this, ClassDecl); in DeclareInheritingConstructors()