Home | History | Annotate | Download | only in Sema

Lines Matching refs:NoReturn

58     /// terms of noreturn and default calling convention adjustments.
893 /// function types (noreturn adjustment, implicit calling conventions). If any
908 // Noreturn adjustment.
2699 // Also allow conversions which merely strip [[noreturn]] from function types
3463 bool NoReturn = FunctionTypeP->getNoReturnAttr();
3467 ArgFunctionTypeP->getNoReturnAttr() == NoReturn)
3471 EI = EI.withNoReturn(NoReturn);