Searched refs:getCapturedDecl (Results 1 – 13 of 13) sorted by relevance
48 asImpl().visitUsedDecl(Node->getBeginLoc(), Node->getCapturedDecl()); in VisitCapturedStmt()
5960 Visit(S->getCapturedDecl()->getBody()); in VisitCapturedStmt()7682 CS->getCapturedDecl()->setNothrow(); in setBranchProtectedScope()7692 CS->getCapturedDecl()->setNothrow(); in setBranchProtectedScope()9887 const CapturedDecl *CD = cast<CapturedStmt>(AStmt)->getCapturedDecl(); in checkOpenMPLoop()
16483 CapturedDecl *CD = S->getCapturedDecl(); in TransformCapturedStmt()
460 const CapturedDecl *CD = FO.S->getCapturedDecl(); in emitOutlinedFunctionPrologue()643 const CapturedDecl *CD = S.getCapturedDecl(); in GenerateOpenMPCapturedStmtFunction()1572 CGF, S, *CS->getCapturedDecl()->param_begin(), InnermostKind, in emitCommonOMPParallelDirective()2072 QualType LogicalTy = DistanceFunc->getCapturedDecl() in EmitOMPCanonicalLoop()4659 auto I = CS->getCapturedDecl()->param_begin(); in EmitOMPTaskBasedDirective()4829 CGF.GetAddrOfLocalVar(CS->getCapturedDecl()->getParam(CopyFnParam))); in EmitOMPTaskBasedDirective()4831 CS->getCapturedDecl()->getParam(PrivatesParam))); in EmitOMPTaskBasedDirective()4946 CGF.GetAddrOfLocalVar(CS->getCapturedDecl()->getParam(9))); in EmitOMPTaskBasedDirective()5077 auto I = CS->getCapturedDecl()->param_begin(); in EmitOMPTargetTaskBasedDirective()5149 CGF.GetAddrOfLocalVar(CS->getCapturedDecl()->getParam(CopyFnParam))); in EmitOMPTargetTaskBasedDirective()[all …]
994 TeamAndReductions.first = D.getCapturedStmt(OMPD_teams)->getCapturedDecl(); in emitTeamsOutlinedFunction()
3150 const CapturedDecl *CD = S.getCapturedDecl(); in GenerateCapturedStmtFunction()
1407 CapturedDecl *CapturedStmt::getCapturedDecl() { in getCapturedDecl() function in CapturedStmt1411 const CapturedDecl *CapturedStmt::getCapturedDecl() const { in getCapturedDecl() function in CapturedStmt
583 PrintStmt(Node->getCapturedDecl()->getBody()); in VisitCapturedStmt()
803 Visit(Node->getCapturedDecl()); in VisitCapturedStmt()
3870 CapturedDecl *getCapturedDecl();3871 const CapturedDecl *getCapturedDecl() const;
2893 DEF_TRAVERSE_STMT(CapturedStmt, { TRY_TO(TraverseDecl(S->getCapturedDecl())); })
585 Record.AddDeclRef(S->getCapturedDecl()); in VisitCapturedStmt()
520 S->getCapturedDecl()->setBody(S->getCapturedStmt()); in VisitCapturedStmt()