Home
last modified time | relevance | path

Searched refs:Nothrow (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5561 void OutlinedFunctionDecl::setNothrow(bool Nothrow) { in setNothrow() argument
5562 BodyAndNothrow.setInt(Nothrow); in setNothrow()
5585 void CapturedDecl::setNothrow(bool Nothrow) { BodyAndNothrow.setInt(Nothrow); } in setNothrow() argument
H A DExprConstant.cpp10337 LValue Nothrow; in VisitCXXNewExpr() local
10338 if (!EvaluateLValue(E->getPlacementArg(0), Nothrow, Info)) in VisitCXXNewExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4815 void setNothrow(bool Nothrow = true);
4888 void setNothrow(bool Nothrow = true);