Home | History | Annotate | Download | only in Sema

Lines Matching refs:CurScope

400                        Stmt *SubStmt, Scope *CurScope) {
1571 Scope *BreakParent = CurScope->getBreakParent();
1579 } else if (BCFinder.ContinueFound() && CurScope->getContinueParent()) {
2399 Sema::ActOnContinueStmt(SourceLocation ContinueLoc, Scope *CurScope) {
2400 Scope *S = CurScope->getContinueParent();
2410 Sema::ActOnBreakStmt(SourceLocation BreakLoc, Scope *CurScope) {
2411 Scope *S = CurScope->getBreakParent();
2816 Scope *CurScope) {
2824 CurScope->addNRVOCandidate(VD);
2826 CurScope->setNoNRVO();
3088 Scope *CurScope) {
3095 Scope *AtCatchParent = CurScope;
3281 Sema::ActOnSEHLeaveStmt(SourceLocation Loc, Scope *CurScope) {
3282 Scope *SEHTryParent = CurScope;
3363 void Sema::ActOnCapturedRegionStart(SourceLocation Loc, Scope *CurScope,
3380 PushCapturedRegionScope(CurScope, CD, RD, Kind);
3382 if (CurScope)
3383 PushDeclContext(CurScope, CD);
3390 void Sema::ActOnCapturedRegionStart(SourceLocation Loc, Scope *CurScope,
3432 PushCapturedRegionScope(CurScope, CD, RD, Kind);
3434 if (CurScope)
3435 PushDeclContext(CurScope, CD);