Lines Matching defs:RSI
4425 buildCapturedStmtCaptureList(Sema &S, CapturedRegionScopeInfo *RSI,
4428 for (const sema::Capture &Cap : RSI->Captures) {
4434 RSI->CapRegionKind == CR_OpenMP);
4440 FieldDecl *Field = S.BuildCaptureField(RSI->TheRecordDecl, Cap);
4452 if (S.getLangOpts().OpenMP && RSI->CapRegionKind == CR_OpenMP)
4454 RSI->OpenMPLevel);
4561 CapturedRegionScopeInfo *RSI = cast<CapturedRegionScopeInfo>(ScopeRAII.get());
4563 RecordDecl *Record = RSI->TheRecordDecl;
4578 CapturedRegionScopeInfo *RSI = cast<CapturedRegionScopeInfo>(ScopeRAII.get());
4582 if (buildCapturedStmtCaptureList(*this, RSI, Captures, CaptureInits))
4585 CapturedDecl *CD = RSI->TheCapturedDecl;
4586 RecordDecl *RD = RSI->TheRecordDecl;
4589 getASTContext(), S, static_cast<CapturedRegionKind>(RSI->CapRegionKind),