Searched refs:setNothrow (Results 1 – 4 of 4) sorted by relevance
7897 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelDirective()10784 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPGenericLoopDirective()10820 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTeamsGenericLoopDirective()10870 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetTeamsGenericLoopDirective()10918 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelGenericLoopDirective()10967 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetParallelGenericLoopDirective()11120 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelForDirective()11164 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelForSimdDirective()11209 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelMasterDirective()11232 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelMaskedDirective()[all …]
4679 void setNothrow(bool Nothrow = true);
5374 void CapturedDecl::setNothrow(bool Nothrow) { BodyAndNothrow.setInt(Nothrow); } in setNothrow() function in CapturedDecl
1807 CD->setNothrow(Record.readInt() != 0); in VisitCapturedDecl()