Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaSYCL.cpp453 OFD->setNothrow(); in BuildSYCLKernelCallStmt()
H A DSemaOpenMP.cpp7635 CS->getCapturedDecl()->setNothrow(); in setBranchProtectedScope()
7645 CS->getCapturedDecl()->setNothrow(); in setBranchProtectedScope()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4815 void setNothrow(bool Nothrow = true);
4888 void setNothrow(bool Nothrow = true);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5561 void OutlinedFunctionDecl::setNothrow(bool Nothrow) { in setNothrow() function in OutlinedFunctionDecl
5585 void CapturedDecl::setNothrow(bool Nothrow) { BodyAndNothrow.setInt(Nothrow); } in setNothrow() function in CapturedDecl
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1812 D->setNothrow(Record.readInt() != 0); in VisitOutlinedFunctionDecl()
1819 CD->setNothrow(Record.readInt() != 0); in VisitCapturedDecl()