Home
last modified time | relevance | path

Searched refs:setNothrow (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4706 void setNothrow(bool Nothrow = true);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5436 void CapturedDecl::setNothrow(bool Nothrow) { BodyAndNothrow.setInt(Nothrow); } in setNothrow() function in CapturedDecl
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1799 CD->setNothrow(Record.readInt() != 0); in VisitCapturedDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7682 CS->getCapturedDecl()->setNothrow(); in setBranchProtectedScope()
7692 CS->getCapturedDecl()->setNothrow(); in setBranchProtectedScope()