Home | History | Annotate | Download | only in Sema

Lines Matching refs:AllowExplicitConvs

3381   bool AllowExplicitConvs = Kind.allowExplicitConversionFunctions();
3456 if ((AllowExplicitConvs || !Conv->isExplicit()) &&