Lines Matching defs:RSI
4645 buildCapturedStmtCaptureList(Sema &S, CapturedRegionScopeInfo *RSI,
4648 for (const sema::Capture &Cap : RSI->Captures) {
4654 RSI->CapRegionKind == CR_OpenMP);
4660 FieldDecl *Field = S.BuildCaptureField(RSI->TheRecordDecl, Cap);
4672 if (S.getLangOpts().OpenMP && RSI->CapRegionKind == CR_OpenMP)
4673 S.setOpenMPCaptureKind(Field, Cap.getVariable(), RSI->OpenMPLevel);
4779 CapturedRegionScopeInfo *RSI = cast<CapturedRegionScopeInfo>(ScopeRAII.get());
4781 RecordDecl *Record = RSI->TheRecordDecl;
4796 CapturedRegionScopeInfo *RSI = cast<CapturedRegionScopeInfo>(ScopeRAII.get());
4800 if (buildCapturedStmtCaptureList(*this, RSI, Captures, CaptureInits))
4803 CapturedDecl *CD = RSI->TheCapturedDecl;
4804 RecordDecl *RD = RSI->TheRecordDecl;
4807 getASTContext(), S, static_cast<CapturedRegionKind>(RSI->CapRegionKind),