Lines Matching defs:CtorDecl
619 CXXConstructorDecl *CtorDecl = cast<CXXConstructorDecl>(Best->Function);
620 CXXRecordDecl *R = CtorDecl->getParent();
622 if (CtorDecl->getMinRequiredArguments() == 0 &&
623 CtorDecl->isExplicit() && R->getDeclName() &&
624 SemaRef.SourceMgr.isInSystemHeader(CtorDecl->getLocation())) {
646 SemaRef.Diag(CtorDecl->getLocation(),
4574 CXXConstructorDecl *CtorDecl = cast<CXXConstructorDecl>(Best->Function);
4595 if (!CtorDecl->getParent()->allowConstDefaultInit()) {
4605 if (IsListInit && !Kind.AllowExplicit() && CtorDecl->isExplicit()) {
4625 Best->FoundDecl, CtorDecl, DestArrayType, HadMultipleCandidates,
9209 CXXConstructorDecl *CtorDecl = cast<CXXConstructorDecl>(Best->Function);
9210 S.Diag(CtorDecl->getLocation(),