Searched refs:setNothrow (Results 1 – 4 of 4) sorted by relevance
3941 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelDirective()6047 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelForDirective()6091 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelForSimdDirective()6173 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTaskDirective()6984 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetDirective()7047 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetParallelDirective()7077 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetParallelForDirective()7169 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetEnterDataDirective()7206 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetExitDataDirective()7243 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetUpdateDirective()[all …]
4087 void setNothrow(bool Nothrow = true);
4470 void CapturedDecl::setNothrow(bool Nothrow) { BodyAndNothrow.setInt(Nothrow); } in setNothrow() function in CapturedDecl
1502 CD->setNothrow(Record.readInt() != 0); in VisitCapturedDecl()