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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp8210 struct InheritingConstructor { struct in class:__anon3271::InheritingConstructorInfo
8211 InheritingConstructor() function in struct:__anon3271::InheritingConstructorInfo::InheritingConstructor
8229 InheritingConstructor NonTemplate;
8230 SmallVector<std::pair<TemplateParameterList *, InheritingConstructor>, 4>
8233 InheritingConstructor &getEntry(Sema &S, const CXXConstructorDecl *Ctor) {
8240 Templates.push_back(std::make_pair(ParamList, InheritingConstructor()));
8249 InheritingConstructor &getEntry(const CXXConstructorDecl *Ctor,
8354 InheritingConstructor &Entry = getEntry(BaseCtor, DerivedType);

Completed in 72 milliseconds