Searched refs:getCapturedRecordDecl (Results 1 – 7 of 7) sorted by relevance
2922 const RecordDecl *RD = S.getCapturedRecordDecl(); in InitCapturedStruct()2973 const RecordDecl *RD = S.getCapturedRecordDecl(); in GenerateCapturedStmtFunction()
328 const RecordDecl *RD = S.getCapturedRecordDecl(); in GenerateOpenMPCapturedVars()433 const RecordDecl *RD = FO.S->getCapturedRecordDecl(); in emitOutlinedFunctionPrologue()5019 QualType SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTargetTaskBasedDirective()5251 QualType SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTaskDirective()7601 QualType SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTaskLoopBasedDirective()
3100 const auto *RD = CS.getCapturedRecordDecl(); in createParallelDataSharingWrapper()
424 S.getCapturedRecordDecl()->field_begin();
9448 auto RI = CS.getCapturedRecordDecl()->field_begin(); in emitTargetCallKernelLaunch()
3876 const RecordDecl *getCapturedRecordDecl() const { return TheRecordDecl; } in getCapturedRecordDecl() function
590 Record.AddDeclRef(S->getCapturedRecordDecl()); in VisitCapturedStmt()