Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclCXX.cpp9011 struct InheritingConstructor { struct in __anonce4ea9d90f11::InheritingConstructorInfo
9012 InheritingConstructor() in InheritingConstructor() argument
9030 InheritingConstructor NonTemplate;
9031 SmallVector<std::pair<TemplateParameterList *, InheritingConstructor>, 4>
9034 InheritingConstructor &getEntry(Sema &S, const CXXConstructorDecl *Ctor) { in getEntry()
9041 Templates.push_back(std::make_pair(ParamList, InheritingConstructor())); in getEntry()
9050 InheritingConstructor &getEntry(const CXXConstructorDecl *Ctor, in getEntry()
9153 InheritingConstructor &Entry = getEntry(BaseCtor, DerivedType); in declareCtor()