Home | History | Annotate | Download | only in Sema

Lines Matching refs:CtorDecl

3154   CXXConstructorDecl *CtorDecl = cast<CXXConstructorDecl>(Best->Function);
3155 if (InitListSyntax && !Kind.AllowExplicit() && CtorDecl->isExplicit()) {
3163 Sequence.AddConstructorInitializationStep(CtorDecl,
6565 CXXConstructorDecl *CtorDecl = cast<CXXConstructorDecl>(Best->Function);
6566 S.Diag(CtorDecl->getLocation(), diag::note_constructor_declared_here);