Home | History | Annotate | Download | only in Sema

Lines Matching refs:CtorDecl

2968   CXXConstructorDecl *CtorDecl = cast<CXXConstructorDecl>(Best->Function);
2969 if (InitListSyntax && !Kind.AllowExplicit() && CtorDecl->isExplicit()) {
2977 Sequence.AddConstructorInitializationStep(CtorDecl,
5751 CXXConstructorDecl *CtorDecl = cast<CXXConstructorDecl>(Best->Function);
5752 S.Diag(CtorDecl->getLocation(), diag::note_constructor_declared_here);