Searched refs:ForScope (Results 1 – 3 of 3) sorted by relevance
831 LexicalScope ForScope(*this, S.getSourceRange()); in EmitForStmt() local872 if (ForScope.requiresCleanups()) in EmitForStmt()917 ForScope.ForceCleanup(); in EmitForStmt()930 LexicalScope ForScope(*this, S.getSourceRange()); in EmitCXXForRangeStmt() local953 if (ForScope.requiresCleanups()) in EmitCXXForRangeStmt()996 ForScope.ForceCleanup(); in EmitCXXForRangeStmt()
1576 RunCleanupsScope ForScope(*this); in EmitObjCForCollectionStmt() local1847 ForScope.ForceCleanup(); in EmitObjCForCollectionStmt()
1597 ParseScope ForScope(this, ScopeFlags); in ParseForStatement() local1868 ForScope.Exit(); in ParseForStatement()