Home | History | Annotate | Download | only in Sema

Lines Matching refs:NoReturn

11285   bool NoReturn = BSI->TheDecl->hasAttr<NoReturnAttr>();
11307 if (NoReturn && !Ext.getNoReturn()) Ext = Ext.withNoReturn(true);
11318 (!NoReturn || FTy->getNoReturnAttr())) {
11333 EPI.ExtInfo = FunctionType::ExtInfo().withNoReturn(NoReturn);