Home | History | Annotate | Download | only in Sema

Lines Matching refs:CurScope

332                        Stmt *SubStmt, Scope *CurScope) {
1670 Sema::ActOnContinueStmt(SourceLocation ContinueLoc, Scope *CurScope) {
1671 Scope *S = CurScope->getContinueParent();
1681 Sema::ActOnBreakStmt(SourceLocation BreakLoc, Scope *CurScope) {
1682 Scope *S = CurScope->getBreakParent();
2448 Scope *CurScope) {
2455 Scope *AtCatchParent = CurScope;