Home | History | Annotate | Download | only in Sema

Lines Matching full:est_uninstantiated

3025   assert(Proto->getExceptionSpecType() != EST_Uninstantiated);
3146 if (Proto->getExceptionSpecType() != EST_Uninstantiated)
3153 // so that our callers don't have to cope with EST_Uninstantiated.
3225 if (EPI.ExceptionSpecType == EST_Uninstantiated)
3227 ExceptionSpecificationType NewEST = EST_Uninstantiated;