Home | History | Annotate | Download | only in Sema

Lines Matching full:extinfo

10620     FunctionType::ExtInfo Ext = FTy->getExtInfo();
10626 EPI.ExtInfo = Ext;
10640 EPI.ExtInfo = Ext;
10647 EPI.ExtInfo = FunctionType::ExtInfo().withNoReturn(NoReturn);