Home | History | Annotate | Download | only in Sema

Lines Matching refs:isExplicit

397         CtorDecl->isExplicit() && R->getDeclName() &&
3171 (AllowExplicit || !Constructor->isExplicit()) &&
3305 if (InitListSyntax && !Kind.AllowExplicit() && CtorDecl->isExplicit()) {
3633 if ((AllowExplicitConvs || !Conv->isExplicit()) &&
4260 if (AllowExplicit || !Conv->isExplicit()) {