Searched refs:getCapturedDecl (Results 1 – 13 of 13) sorted by relevance
48 asImpl().visitUsedDecl(Node->getBeginLoc(), Node->getCapturedDecl()); in VisitCapturedStmt()
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 …]
15444 CapturedDecl *CD = S->getCapturedDecl(); in TransformCapturedStmt()
432 const CapturedDecl *CD = FO.S->getCapturedDecl(); in emitOutlinedFunctionPrologue()615 const CapturedDecl *CD = S.getCapturedDecl(); in GenerateOpenMPCapturedStmtFunction()1544 CGF, S, *CS->getCapturedDecl()->param_begin(), InnermostKind, in emitCommonOMPParallelDirective()2044 QualType LogicalTy = DistanceFunc->getCapturedDecl() in EmitOMPCanonicalLoop()4614 auto I = CS->getCapturedDecl()->param_begin(); in EmitOMPTaskBasedDirective()4774 CS->getCapturedDecl()->getParam(PrivatesParam))); in EmitOMPTaskBasedDirective()4889 CGF.GetAddrOfLocalVar(CS->getCapturedDecl()->getParam(9))); in EmitOMPTaskBasedDirective()5020 auto I = CS->getCapturedDecl()->param_begin(); in EmitOMPTargetTaskBasedDirective()5094 CS->getCapturedDecl()->getParam(PrivatesParam))); in EmitOMPTargetTaskBasedDirective()5171 CGF.GetAddrOfLocalVar(CS->getCapturedDecl()->getParam(4))); in processInReduction()[all …]
2972 const CapturedDecl *CD = S.getCapturedDecl(); in GenerateCapturedStmtFunction()
1014 TeamAndReductions.first = D.getCapturedStmt(OMPD_teams)->getCapturedDecl(); in emitTeamsOutlinedFunction()
1406 CapturedDecl *CapturedStmt::getCapturedDecl() { in getCapturedDecl() function in CapturedStmt1410 const CapturedDecl *CapturedStmt::getCapturedDecl() const { in getCapturedDecl() function in CapturedStmt
580 PrintStmt(Node->getCapturedDecl()->getBody()); in VisitCapturedStmt()
712 Visit(Node->getCapturedDecl()); in VisitCapturedStmt()
3863 CapturedDecl *getCapturedDecl();3864 const CapturedDecl *getCapturedDecl() const;
2830 DEF_TRAVERSE_STMT(CapturedStmt, { TRY_TO(TraverseDecl(S->getCapturedDecl())); })
587 Record.AddDeclRef(S->getCapturedDecl()); in VisitCapturedStmt()
520 S->getCapturedDecl()->setBody(S->getCapturedStmt()); in VisitCapturedStmt()