Searched refs:getCapturedRecordDecl (Results 1 – 7 of 7) sorted by relevance
2701 const RecordDecl *RD = S.getCapturedRecordDecl(); in InitCapturedStruct()2752 const RecordDecl *RD = S.getCapturedRecordDecl(); in GenerateCapturedStmtFunction()
325 const RecordDecl *RD = S.getCapturedRecordDecl(); in GenerateOpenMPCapturedVars()431 const RecordDecl *RD = FO.S->getCapturedRecordDecl(); in emitOutlinedFunctionPrologue()4615 QualType SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTargetTaskBasedDirective()4751 QualType SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTaskDirective()6866 QualType SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTaskLoopBasedDirective()
3474 const auto *RD = CS.getCapturedRecordDecl(); in createParallelDataSharingWrapper()
388 S.getCapturedRecordDecl()->field_begin();
10421 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()