Searched refs:setNothrow (Results 1 – 5 of 5) sorted by relevance
453 OFD->setNothrow(); in BuildSYCLKernelCallStmt()
7635 CS->getCapturedDecl()->setNothrow(); in setBranchProtectedScope()7645 CS->getCapturedDecl()->setNothrow(); in setBranchProtectedScope()
4815 void setNothrow(bool Nothrow = true);4888 void setNothrow(bool Nothrow = true);
5561 void OutlinedFunctionDecl::setNothrow(bool Nothrow) { in setNothrow() function in OutlinedFunctionDecl5585 void CapturedDecl::setNothrow(bool Nothrow) { BodyAndNothrow.setInt(Nothrow); } in setNothrow() function in CapturedDecl
1812 D->setNothrow(Record.readInt() != 0); in VisitOutlinedFunctionDecl()1819 CD->setNothrow(Record.readInt() != 0); in VisitCapturedDecl()