reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaDeclCXX.cpp
11584     DerivedCtor->setInvalidDecl();
11590   EPI.ExceptionSpec.SourceDecl = DerivedCtor;
11591   DerivedCtor->setType(Context.getFunctionType(FPT->getReturnType(),
11600         Context, DerivedCtor, UsingLoc, UsingLoc, /*IdentifierInfo=*/nullptr,
11613   DerivedCtor->setAccess(BaseCtor->getAccess());
11614   DerivedCtor->setParams(ParamDecls);
11615   Derived->addDecl(DerivedCtor);
11617   if (ShouldDeleteSpecialMember(DerivedCtor, CXXDefaultConstructor, &ICI))
11618     SetDeclDeleted(DerivedCtor, UsingLoc);
11620   return DerivedCtor;