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.cpp5436 void CapturedDecl::setNothrow(bool Nothrow) { BodyAndNothrow.setInt(Nothrow); } in setNothrow() argument
H A DExprConstant.cpp9931 LValue Nothrow; in VisitCXXNewExpr() local
9932 if (!EvaluateLValue(E->getPlacementArg(0), Nothrow, Info)) in VisitCXXNewExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4706 void setNothrow(bool Nothrow = true);