Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDeclCXX.cpp8192 class InheritingConstructorInfo { class
8194 InheritingConstructorInfo(Sema &SemaRef, CXXRecordDecl *Derived) in InheritingConstructorInfo() function in __anon411862d20c11::InheritingConstructorInfo
8201 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()