Home | History | Annotate | Download | only in Sema

Lines Matching refs:sfinae

6727         // In a SFINAE context, we treat this as a hard error to maintain
7616 bool sfinae = S.isSFINAEContext();
7617 S.Diag(OpLoc, sfinae ? diag::err_typecheck_addrof_class_temporary
7620 if (sfinae)