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