Searched refs:getCapturedDecl (Results 1 – 13 of 13) sorted by relevance
48 asImpl().visitUsedDecl(Node->getBeginLoc(), Node->getCapturedDecl()); in VisitCapturedStmt()
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 …]
15026 CapturedDecl *CD = S->getCapturedDecl(); in TransformCapturedStmt()
431 const CapturedDecl *CD = FO.S->getCapturedDecl(); in emitOutlinedFunctionPrologue()614 const CapturedDecl *CD = S.getCapturedDecl(); in GenerateOpenMPCapturedStmtFunction()1547 S, *CS->getCapturedDecl()->param_begin(), InnermostKind, CodeGen); in emitCommonOMPParallelDirective()2036 QualType LogicalTy = DistanceFunc->getCapturedDecl() in EmitOMPCanonicalLoop()4534 auto I = CS->getCapturedDecl()->param_begin(); in EmitOMPTaskBasedDirective()4694 CS->getCapturedDecl()->getParam(PrivatesParam))); in EmitOMPTaskBasedDirective()4809 CGF.GetAddrOfLocalVar(CS->getCapturedDecl()->getParam(9))); in EmitOMPTaskBasedDirective()4940 auto I = CS->getCapturedDecl()->param_begin(); in EmitOMPTargetTaskBasedDirective()5014 CS->getCapturedDecl()->getParam(PrivatesParam))); in EmitOMPTargetTaskBasedDirective()5084 CGF.GetAddrOfLocalVar(CS->getCapturedDecl()->getParam(4))); in processInReduction()[all …]
2855 const CapturedDecl *CD = S.getCapturedDecl(); in GenerateCapturedStmtFunction()
1339 TeamAndReductions.first = D.getCapturedStmt(OMPD_teams)->getCapturedDecl(); in emitTeamsOutlinedFunction()
1399 CapturedDecl *CapturedStmt::getCapturedDecl() { in getCapturedDecl() function in CapturedStmt1403 const CapturedDecl *CapturedStmt::getCapturedDecl() const { in getCapturedDecl() function in CapturedStmt
576 PrintStmt(Node->getCapturedDecl()->getBody()); in VisitCapturedStmt()
693 Visit(Node->getCapturedDecl()); in VisitCapturedStmt()
3637 CapturedDecl *getCapturedDecl();3638 const CapturedDecl *getCapturedDecl() const;
2826 DEF_TRAVERSE_STMT(CapturedStmt, { TRY_TO(TraverseDecl(S->getCapturedDecl())); })
521 Record.AddDeclRef(S->getCapturedDecl()); in VisitCapturedStmt()
514 S->getCapturedDecl()->setBody(S->getCapturedStmt()); in VisitCapturedStmt()