Searched defs:Nothrow (Results 1 – 4 of 4) sorted by relevance
5 typedef void Nothrow() noexcept; typedef
4077 void CapturedDecl::setNothrow(bool Nothrow) { BodyAndNothrow.setInt(Nothrow); } in setNothrow()
4863 void CapturedDecl::setNothrow(bool Nothrow) { BodyAndNothrow.setInt(Nothrow); } in setNothrow()
9353 LValue Nothrow; in VisitCXXNewExpr() local