Searched refs:getCapturedDecl (Results 1 – 13 of 13) sorted by relevance
48 asImpl().visitUsedDecl(Node->getBeginLoc(), Node->getCapturedDecl()); in VisitCapturedStmt()
7116 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelDirective()9189 const CapturedDecl *CD = cast<CapturedStmt>(AStmt)->getCapturedDecl(); in checkOpenMPLoop()9974 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelForDirective()10018 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelForSimdDirective()10063 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelMasterDirective()10153 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTaskDirective()11106 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetDirective()11115 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetDirective()11171 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetParallelDirective()11180 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetParallelDirective()[all …]
14659 CapturedDecl *CD = S->getCapturedDecl(); in TransformCapturedStmt()
428 const CapturedDecl *CD = FO.S->getCapturedDecl(); in emitOutlinedFunctionPrologue()602 const CapturedDecl *CD = S.getCapturedDecl(); in GenerateOpenMPCapturedStmtFunction()1554 S, *CS->getCapturedDecl()->param_begin(), InnermostKind, CodeGen); in emitCommonOMPParallelDirective()1994 QualType LogicalTy = DistanceFunc->getCapturedDecl() in EmitOMPCanonicalLoop()4240 auto I = CS->getCapturedDecl()->param_begin(); in EmitOMPTaskBasedDirective()4354 CGF.GetAddrOfLocalVar(CS->getCapturedDecl()->getParam(CopyFnParam))); in EmitOMPTaskBasedDirective()4356 CS->getCapturedDecl()->getParam(PrivatesParam))); in EmitOMPTaskBasedDirective()4459 CGF.GetAddrOfLocalVar(CS->getCapturedDecl()->getParam(9))); in EmitOMPTaskBasedDirective()4590 auto I = CS->getCapturedDecl()->param_begin(); in EmitOMPTargetTaskBasedDirective()4660 CGF.GetAddrOfLocalVar(CS->getCapturedDecl()->getParam(CopyFnParam))); in EmitOMPTargetTaskBasedDirective()[all …]
2702 const CapturedDecl *CD = S.getCapturedDecl(); in GenerateCapturedStmtFunction()
1659 TeamAndReductions.first = D.getCapturedStmt(OMPD_teams)->getCapturedDecl(); in emitTeamsOutlinedFunction()
1387 CapturedDecl *CapturedStmt::getCapturedDecl() { in getCapturedDecl() function in CapturedStmt1391 const CapturedDecl *CapturedStmt::getCapturedDecl() const { in getCapturedDecl() function in CapturedStmt
497 PrintStmt(Node->getCapturedDecl()->getBody()); in VisitCapturedStmt()
662 Visit(Node->getCapturedDecl()); in VisitCapturedStmt()
3576 CapturedDecl *getCapturedDecl();3577 const CapturedDecl *getCapturedDecl() const;
2680 DEF_TRAVERSE_STMT(CapturedStmt, { TRY_TO(TraverseDecl(S->getCapturedDecl())); })
519 Record.AddDeclRef(S->getCapturedDecl()); in VisitCapturedStmt()
510 S->getCapturedDecl()->setBody(S->getCapturedStmt()); in VisitCapturedStmt()