Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclCXX.cpp8993 class InheritingConstructorInfo { class
8995 InheritingConstructorInfo(Sema &SemaRef, CXXRecordDecl *Derived) in InheritingConstructorInfo() function in __anonce4ea9d90f11::InheritingConstructorInfo
9002 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()