Home
last modified time | relevance | path

Searched defs:Nothrow (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp4895 void CapturedDecl::setNothrow(bool Nothrow) { BodyAndNothrow.setInt(Nothrow); } in setNothrow()
H A DExprConstant.cpp9364 LValue Nothrow; in VisitCXXNewExpr() local