Home | History | Annotate | Download | only in Sema

Lines Matching refs:NoReturn

9048   bool NoReturn = BSI->TheDecl->getAttr<NoReturnAttr>();
9070 if (NoReturn && !Ext.getNoReturn()) Ext = Ext.withNoReturn(true);
9081 (!NoReturn || FTy->getNoReturnAttr())) {
9099 EPI.ExtInfo = FunctionType::ExtInfo().withNoReturn(NoReturn);