Home | History | Annotate | Download | only in Sema

Lines Matching defs:NoReturn

10599   bool NoReturn = BSI->TheDecl->hasAttr<NoReturnAttr>();
10621 if (NoReturn && !Ext.getNoReturn()) Ext = Ext.withNoReturn(true);
10632 (!NoReturn || FTy->getNoReturnAttr())) {
10647 EPI.ExtInfo = FunctionType::ExtInfo().withNoReturn(NoReturn);