Home | History | Annotate | Download | only in Sema

Lines Matching refs:NoReturn

10168   bool NoReturn = BSI->TheDecl->getAttr<NoReturnAttr>();
10190 if (NoReturn && !Ext.getNoReturn()) Ext = Ext.withNoReturn(true);
10201 (!NoReturn || FTy->getNoReturnAttr())) {
10216 EPI.ExtInfo = FunctionType::ExtInfo().withNoReturn(NoReturn);