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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp8192 class InheritingConstructorInfo { class in namespace:__anon3271
8194 InheritingConstructorInfo(Sema &SemaRef, CXXRecordDecl *Derived) function in class:__anon3271::InheritingConstructorInfo
8201 visitAll(Derived, &InheritingConstructorInfo::noteDeclaredInDerived);
8205 visitAll(RD, &InheritingConstructorInfo::inherit);
8255 typedef void (InheritingConstructorInfo::*VisitFn)(const CXXConstructorDecl*);
8489 InheritingConstructorInfo ICI(*this, ClassDecl);

Completed in 87 milliseconds