Home | History | Annotate | Download | only in Sema

Lines Matching refs:CurScope

524                        Stmt *SubStmt, Scope *CurScope) {
2079 Scope *BreakParent = CurScope->getBreakParent();
2087 } else if (BCFinder.ContinueFound() && CurScope->getContinueParent()) {
3278 Sema::ActOnContinueStmt(SourceLocation ContinueLoc, Scope *CurScope) {
3279 Scope *S = CurScope->getContinueParent();
3296 Sema::ActOnBreakStmt(SourceLocation BreakLoc, Scope *CurScope) {
3297 Scope *S = CurScope->getBreakParent();
3917 Scope *CurScope) {
3931 CurScope->addNRVOCandidate(VD);
3933 CurScope->setNoNRVO();
3936 CheckJumpOutOfSEHFinally(*this, ReturnLoc, *CurScope->getFnParent());
4245 Scope *CurScope) {
4252 Scope *AtCatchParent = CurScope;
4571 CurrentSEHFinally.push_back(CurScope);
4585 Sema::ActOnSEHLeaveStmt(SourceLocation Loc, Scope *CurScope) {
4586 Scope *SEHTryParent = CurScope;
4686 void Sema::ActOnCapturedRegionStart(SourceLocation Loc, Scope *CurScope,
4704 PushCapturedRegionScope(CurScope, CD, RD, Kind);
4706 if (CurScope)
4707 PushDeclContext(CurScope, CD);
4715 void Sema::ActOnCapturedRegionStart(SourceLocation Loc, Scope *CurScope,
4763 PushCapturedRegionScope(CurScope, CD, RD, Kind, OpenMPCaptureLevel);
4765 if (CurScope)
4766 PushDeclContext(CurScope, CD);