Home | History | Annotate | Download | only in Sema

Lines Matching refs:AllowExplicitConvs

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