Lines Matching defs:CurScope
553 Stmt *SubStmt, Scope *CurScope) {
2150 Scope *BreakParent = CurScope->getBreakParent();
2158 } else if (BCFinder.ContinueFound() && CurScope->getContinueParent()) {
3181 Sema::ActOnContinueStmt(SourceLocation ContinueLoc, Scope *CurScope) {
3182 Scope *S = CurScope->getContinueParent();
3208 Sema::ActOnBreakStmt(SourceLocation BreakLoc, Scope *CurScope) {
3209 Scope *S = CurScope->getBreakParent();
3737 Scope *CurScope) {
3758 CurScope->updateNRVOCandidate(VD);
3760 CheckJumpOutOfSEHFinally(*this, ReturnLoc, *CurScope->getFnParent());
4350 CurrentSEHFinally.push_back(CurScope);
4364 Sema::ActOnSEHLeaveStmt(SourceLocation Loc, Scope *CurScope) {
4365 Scope *SEHTryParent = CurScope;
4467 void Sema::ActOnCapturedRegionStart(SourceLocation Loc, Scope *CurScope,
4485 PushCapturedRegionScope(CurScope, CD, RD, Kind);
4487 if (CurScope)
4488 PushDeclContext(CurScope, CD);
4497 void Sema::ActOnCapturedRegionStart(SourceLocation Loc, Scope *CurScope,
4545 PushCapturedRegionScope(CurScope, CD, RD, Kind, OpenMPCaptureLevel);
4547 if (CurScope)
4548 PushDeclContext(CurScope, CD);