Searched refs:setNothrow (Results 1 – 4 of 4) sorted by relevance
3889 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelDirective()5766 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelForDirective()5811 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelForSimdDirective()5908 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTaskDirective()6710 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetDirective()6763 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetParallelDirective()6784 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetParallelForDirective()6909 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTeamsDirective()7099 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPDistributeParallelForDirective()7132 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPDistributeParallelForSimdDirective()[all …]
3662 void setNothrow(bool Nothrow = true);
4077 void CapturedDecl::setNothrow(bool Nothrow) { BodyAndNothrow.setInt(Nothrow); } in setNothrow() function in CapturedDecl
1338 CD->setNothrow(Record[Idx++] != 0); in VisitCapturedDecl()