Lines Matching defs:RSI
4531 buildCapturedStmtCaptureList(Sema &S, CapturedRegionScopeInfo *RSI,
4534 for (const sema::Capture &Cap : RSI->Captures) {
4540 RSI->CapRegionKind == CR_OpenMP);
4546 FieldDecl *Field = S.BuildCaptureField(RSI->TheRecordDecl, Cap);
4558 if (S.getLangOpts().OpenMP && RSI->CapRegionKind == CR_OpenMP)
4560 RSI->OpenMPLevel);
4688 CapturedRegionScopeInfo *RSI = cast<CapturedRegionScopeInfo>(ScopeRAII.get());
4690 RecordDecl *Record = RSI->TheRecordDecl;
4705 CapturedRegionScopeInfo *RSI = cast<CapturedRegionScopeInfo>(ScopeRAII.get());
4709 if (buildCapturedStmtCaptureList(*this, RSI, Captures, CaptureInits))
4712 CapturedDecl *CD = RSI->TheCapturedDecl;
4713 RecordDecl *RD = RSI->TheRecordDecl;
4716 getASTContext(), S, static_cast<CapturedRegionKind>(RSI->CapRegionKind),