Searched refs:HasNoReturn (Results 1 – 1 of 1) sorted by relevance
491 bool HasNoReturn) const { in checkDiagnostics()496 (!HasNoReturn || in checkDiagnostics()504 return ReturnsVoid && !HasNoReturn; in checkDiagnostics()520 bool HasNoReturn = false; in CheckFallThroughForBody() local524 HasNoReturn = FD->isNoReturn(); in CheckFallThroughForBody()528 HasNoReturn = MD->hasAttr<NoReturnAttr>(); in CheckFallThroughForBody()537 HasNoReturn = true; in CheckFallThroughForBody()544 if (CD.checkDiagnostics(Diags, ReturnsVoid, HasNoReturn)) in CheckFallThroughForBody()554 if (HasNoReturn) in CheckFallThroughForBody()560 if (HasNoReturn) in CheckFallThroughForBody()[all …]