Searched refs:InheritingConstructorInfo (Results 1 – 1 of 1) sorted by relevance
8192 class InheritingConstructorInfo { class8194 InheritingConstructorInfo(Sema &SemaRef, CXXRecordDecl *Derived) in InheritingConstructorInfo() function in __anon411862d20c11::InheritingConstructorInfo8201 visitAll(Derived, &InheritingConstructorInfo::noteDeclaredInDerived); in InheritingConstructorInfo()8205 visitAll(RD, &InheritingConstructorInfo::inherit); in inheritAll()8255 typedef void (InheritingConstructorInfo::*VisitFn)(const CXXConstructorDecl*);8489 InheritingConstructorInfo ICI(*this, ClassDecl); in DeclareInheritingConstructors()