Searched refs:InheritingConstructorInfo (Results 1 – 1 of 1) sorted by relevance
8993 class InheritingConstructorInfo { class8995 InheritingConstructorInfo(Sema &SemaRef, CXXRecordDecl *Derived) in InheritingConstructorInfo() function in __anonce4ea9d90f11::InheritingConstructorInfo9002 visitAll(Derived, &InheritingConstructorInfo::noteDeclaredInDerived); in InheritingConstructorInfo()9006 visitAll(RD, &InheritingConstructorInfo::inherit); in inheritAll()9056 typedef void (InheritingConstructorInfo::*VisitFn)(const CXXConstructorDecl*);9286 InheritingConstructorInfo ICI(*this, ClassDecl); in DeclareInheritingConstructors()