Home
last modified time | relevance | path

Searched refs:InheritingConstructorInfo (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaDeclCXX.cpp8960 class InheritingConstructorInfo { class
8962 InheritingConstructorInfo(Sema &SemaRef, CXXRecordDecl *Derived) in InheritingConstructorInfo() function in __anonb9d573a20f11::InheritingConstructorInfo
8969 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()