Searched refs:getCapturedDecl (Results 1 – 10 of 10) sorted by relevance
2099 CapturedDecl *getCapturedDecl() { return CapDeclAndKind.getPointer(); } in getCapturedDecl() function2100 const CapturedDecl *getCapturedDecl() const { in getCapturedDecl() function2101 return const_cast<CapturedStmt *>(this)->getCapturedDecl(); in getCapturedDecl()
2255 DEF_TRAVERSE_STMT(CapturedStmt, { TRY_TO(TraverseDecl(S->getCapturedDecl())); })
2285 DEF_TRAVERSE_STMT(CapturedStmt, { TRY_TO(TraverseDecl(S->getCapturedDecl())); })
505 S, *CS->getCapturedDecl()->param_begin(), CodeGen); in emitCommonOMPParallelDirective()1317 auto *I = CS->getCapturedDecl()->param_begin(); in EmitOMPTaskDirective()
2174 const CapturedDecl *CD = S.getCapturedDecl(); in GenerateCapturedStmtFunction()
1904 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelDirective()3164 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelForDirective()3193 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelForSimdDirective()3253 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTaskDirective()4004 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTeamsDirective()
10812 CapturedDecl *CD = S->getCapturedDecl(); in TransformCapturedStmt()
448 PrintStmt(Node->getCapturedDecl()->getBody()); in VisitCapturedStmt()
296 Writer.AddDeclRef(S->getCapturedDecl(), Record); in VisitCapturedStmt()
399 S->getCapturedDecl()->setBody(S->getCapturedStmt()); in VisitCapturedStmt()