Searched refs:getCapturedRecordDecl (Results 1 – 7 of 7) sorted by relevance
2652 const RecordDecl *RD = S.getCapturedRecordDecl(); in InitCapturedStruct()2703 const RecordDecl *RD = S.getCapturedRecordDecl(); in GenerateCapturedStmtFunction()
323 const RecordDecl *RD = S.getCapturedRecordDecl(); in GenerateOpenMPCapturedVars()429 const RecordDecl *RD = FO.S->getCapturedRecordDecl(); in emitOutlinedFunctionPrologue()4589 QualType SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTargetTaskBasedDirective()4725 QualType SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTaskDirective()6833 QualType SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTaskLoopBasedDirective()
388 S.getCapturedRecordDecl()->field_begin();
4064 const auto *RD = CS.getCapturedRecordDecl(); in createParallelDataSharingWrapper()
10229 auto RI = CS.getCapturedRecordDecl()->field_begin(); in emitTargetCall()
3589 const RecordDecl *getCapturedRecordDecl() const { return TheRecordDecl; } in getCapturedRecordDecl() function
522 Record.AddDeclRef(S->getCapturedRecordDecl()); in VisitCapturedStmt()