Home | History | Annotate | Download | only in Sema

Lines Matching refs:NoReturn

11580   bool NoReturn = BSI->TheDecl->hasAttr<NoReturnAttr>();
11600 if (NoReturn && !Ext.getNoReturn()) Ext = Ext.withNoReturn(true);
11611 (!NoReturn || FTy->getNoReturnAttr())) {
11626 EPI.ExtInfo = FunctionType::ExtInfo().withNoReturn(NoReturn);