Searched refs:Nothrow (Results 1 – 3 of 3) sorted by relevance
5561 void OutlinedFunctionDecl::setNothrow(bool Nothrow) { in setNothrow() argument5562 BodyAndNothrow.setInt(Nothrow); in setNothrow()5585 void CapturedDecl::setNothrow(bool Nothrow) { BodyAndNothrow.setInt(Nothrow); } in setNothrow() argument
10337 LValue Nothrow; in VisitCXXNewExpr() local10338 if (!EvaluateLValue(E->getPlacementArg(0), Nothrow, Info)) in VisitCXXNewExpr()
4815 void setNothrow(bool Nothrow = true);4888 void setNothrow(bool Nothrow = true);