Searched refs:setNothrow (Results 1 – 4 of 4) sorted by relevance
7662 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelDirective()10461 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPGenericLoopDirective()10497 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTeamsGenericLoopDirective()10547 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetTeamsGenericLoopDirective()10595 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelGenericLoopDirective()10644 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetParallelGenericLoopDirective()10797 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelForDirective()10841 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelForSimdDirective()10886 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelMasterDirective()10909 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelMaskedDirective()[all …]
4451 void setNothrow(bool Nothrow = true);
5038 void CapturedDecl::setNothrow(bool Nothrow) { BodyAndNothrow.setInt(Nothrow); } in setNothrow() function in CapturedDecl
1679 CD->setNothrow(Record.readInt() != 0); in VisitCapturedDecl()