Searched refs:setNothrow (Results 1 – 4 of 4) sorted by relevance
7132 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelDirective()10008 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelForDirective()10052 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelForSimdDirective()10097 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelMasterDirective()10188 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTaskDirective()11141 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetDirective()11206 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetParallelDirective()11237 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetParallelForDirective()11335 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetEnterDataDirective()11372 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetExitDataDirective()[all …]
4372 void setNothrow(bool Nothrow = true);
4895 void CapturedDecl::setNothrow(bool Nothrow) { BodyAndNothrow.setInt(Nothrow); } in setNothrow() function in CapturedDecl
1575 CD->setNothrow(Record.readInt() != 0); in VisitCapturedDecl()