Searched refs:getCapturedRecordDecl (Results 1 – 7 of 7) sorted by relevance
2805 const RecordDecl *RD = S.getCapturedRecordDecl(); in InitCapturedStruct()2856 const RecordDecl *RD = S.getCapturedRecordDecl(); in GenerateCapturedStmtFunction()
327 const RecordDecl *RD = S.getCapturedRecordDecl(); in GenerateOpenMPCapturedVars()432 const RecordDecl *RD = FO.S->getCapturedRecordDecl(); in emitOutlinedFunctionPrologue()4939 QualType SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTargetTaskBasedDirective()5164 QualType SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTaskDirective()7545 QualType SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTaskLoopBasedDirective()
3530 const auto *RD = CS.getCapturedRecordDecl(); in createParallelDataSharingWrapper()
415 S.getCapturedRecordDecl()->field_begin();
10378 auto RI = CS.getCapturedRecordDecl()->field_begin(); in emitTargetCall()
3650 const RecordDecl *getCapturedRecordDecl() const { return TheRecordDecl; } in getCapturedRecordDecl() function
524 Record.AddDeclRef(S->getCapturedRecordDecl()); in VisitCapturedStmt()