Lines Matching defs:CtorDecl
617 CXXConstructorDecl *CtorDecl = cast<CXXConstructorDecl>(Best->Function);
618 CXXRecordDecl *R = CtorDecl->getParent();
620 if (CtorDecl->getMinRequiredArguments() == 0 &&
621 CtorDecl->isExplicit() && R->getDeclName() &&
622 SemaRef.SourceMgr.isInSystemHeader(CtorDecl->getLocation())) {
644 SemaRef.Diag(CtorDecl->getLocation(),
4473 CXXConstructorDecl *CtorDecl = cast<CXXConstructorDecl>(Best->Function);
4486 if (!CtorDecl->getParent()->allowConstDefaultInit()) {
4496 if (IsListInit && !Kind.AllowExplicit() && CtorDecl->isExplicit()) {
4516 Best->FoundDecl, CtorDecl, DestArrayType, HadMultipleCandidates,
9054 CXXConstructorDecl *CtorDecl = cast<CXXConstructorDecl>(Best->Function);
9055 S.Diag(CtorDecl->getLocation(),