Searched refs:getCapturedDecl (Results 1 – 13 of 13) sorted by relevance
48 asImpl().visitUsedDecl(Node->getBeginLoc(), Node->getCapturedDecl()); in VisitCapturedStmt()
5965 Visit(S->getCapturedDecl()->getBody()); in VisitCapturedStmt()7635 CS->getCapturedDecl()->setNothrow(); in setBranchProtectedScope()7645 CS->getCapturedDecl()->setNothrow(); in setBranchProtectedScope()9975 const CapturedDecl *CD = cast<CapturedStmt>(AStmt)->getCapturedDecl(); in checkOpenMPLoop()
17619 CapturedDecl *CD = S->getCapturedDecl(); in TransformCapturedStmt()
490 const CapturedDecl *CD = FO.S->getCapturedDecl(); in emitOutlinedFunctionPrologue()673 const CapturedDecl *CD = S.getCapturedDecl(); in GenerateOpenMPCapturedStmtFunction()1613 CGF, S, *CS->getCapturedDecl()->param_begin(), InnermostKind, in emitCommonOMPParallelDirective()2117 QualType LogicalTy = DistanceFunc->getCapturedDecl() in EmitOMPCanonicalLoop()4859 auto I = CS->getCapturedDecl()->param_begin(); in EmitOMPTaskBasedDirective()5029 CGF.GetAddrOfLocalVar(CS->getCapturedDecl()->getParam(CopyFnParam))); in EmitOMPTaskBasedDirective()5031 CS->getCapturedDecl()->getParam(PrivatesParam))); in EmitOMPTaskBasedDirective()5146 CGF.GetAddrOfLocalVar(CS->getCapturedDecl()->getParam(9))); in EmitOMPTaskBasedDirective()5277 auto I = CS->getCapturedDecl()->param_begin(); in EmitOMPTargetTaskBasedDirective()5350 CGF.GetAddrOfLocalVar(CS->getCapturedDecl()->getParam(CopyFnParam))); in EmitOMPTargetTaskBasedDirective()[all …]
994 TeamAndReductions.first = D.getCapturedStmt(OMPD_teams)->getCapturedDecl(); in emitTeamsOutlinedFunction()
3331 const CapturedDecl *CD = S.getCapturedDecl(); in GenerateCapturedStmtFunction()
1451 CapturedDecl *CapturedStmt::getCapturedDecl() { in getCapturedDecl() function in CapturedStmt1455 const CapturedDecl *CapturedStmt::getCapturedDecl() const { in getCapturedDecl() function in CapturedStmt
588 PrintStmt(Node->getCapturedDecl()->getBody()); in VisitCapturedStmt()
846 Visit(Node->getCapturedDecl()); in VisitCapturedStmt()
3963 CapturedDecl *getCapturedDecl();3964 const CapturedDecl *getCapturedDecl() const;
2938 DEF_TRAVERSE_STMT(CapturedStmt, { TRY_TO(TraverseDecl(S->getCapturedDecl())); })
586 Record.AddDeclRef(S->getCapturedDecl()); in VisitCapturedStmt()
516 S->getCapturedDecl()->setBody(S->getCapturedStmt()); in VisitCapturedStmt()