Searched refs:setNothrow (Results 1 – 4 of 4) sorted by relevance
7746 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelDirective()10544 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPGenericLoopDirective()10580 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTeamsGenericLoopDirective()10589 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTeamsGenericLoopDirective()10630 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetTeamsGenericLoopDirective()10639 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetTeamsGenericLoopDirective()10678 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelGenericLoopDirective()10687 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelGenericLoopDirective()10727 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetParallelGenericLoopDirective()10736 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetParallelGenericLoopDirective()[all …]
4564 void setNothrow(bool Nothrow = true);
5124 void CapturedDecl::setNothrow(bool Nothrow) { BodyAndNothrow.setInt(Nothrow); } in setNothrow() function in CapturedDecl
1732 CD->setNothrow(Record.readInt() != 0); in VisitCapturedDecl()