Home | History | Annotate | Download | only in Sema

Lines Matching refs:sfinae

2245     // Don't recover if the caller isn't expecting us to or if we're in a SFINAE
3339 // Invalid types must be hard errors for SFINAE in C++.
8010 // In a SFINAE context, we treat this as a hard error to maintain
8977 bool sfinae = (bool)isSFINAEContext();
8981 if (sfinae)