Home | History | Annotate | Download | only in Sema

Lines Matching defs:NoReturn

58     /// terms of noreturn and default calling convention adjustments.
925 /// function types (noreturn adjustment, implicit calling conventions). If any
940 // Noreturn adjustment.
2734 // Also allow conversions which merely strip [[noreturn]] from function types
3505 bool NoReturn = FunctionTypeP->getNoReturnAttr();
3509 ArgFunctionTypeP->getNoReturnAttr() == NoReturn)
3513 EI = EI.withNoReturn(NoReturn);