Lines Matching refs:CtorDecl
416 CXXConstructorDecl *CtorDecl = cast<CXXConstructorDecl>(Best->Function); in PerformEmptyInit() local
417 CXXRecordDecl *R = CtorDecl->getParent(); in PerformEmptyInit()
419 if (CtorDecl->getMinRequiredArguments() == 0 && in PerformEmptyInit()
420 CtorDecl->isExplicit() && R->getDeclName() && in PerformEmptyInit()
421 SemaRef.SourceMgr.isInSystemHeader(CtorDecl->getLocation())) { in PerformEmptyInit()
444 SemaRef.Diag(CtorDecl->getLocation(), in PerformEmptyInit()
3531 CXXConstructorDecl *CtorDecl = cast<CXXConstructorDecl>(Best->Function); in TryConstructorInitialization() local
3532 if (IsListInit && !Kind.AllowExplicit() && CtorDecl->isExplicit()) { in TryConstructorInitialization()
3541 CtorDecl, Best->FoundDecl.getAccess(), DestType, HadMultipleCandidates, in TryConstructorInitialization()
7254 CXXConstructorDecl *CtorDecl = cast<CXXConstructorDecl>(Best->Function); in Diagnose() local
7255 S.Diag(CtorDecl->getLocation(), diag::note_constructor_declared_here); in Diagnose()