Searched refs:setNothrow (Results 1 – 4 of 4) sorted by relevance
7116 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelDirective()9974 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelForDirective()10018 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelForSimdDirective()10063 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelMasterDirective()10153 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTaskDirective()11106 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetDirective()11115 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetDirective()11171 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetParallelDirective()11180 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetParallelDirective()11202 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetParallelForDirective()[all …]
4346 void setNothrow(bool Nothrow = true);
4895 void CapturedDecl::setNothrow(bool Nothrow) { BodyAndNothrow.setInt(Nothrow); } in setNothrow() function in CapturedDecl
1573 CD->setNothrow(Record.readInt() != 0); in VisitCapturedDecl()