Searched refs:ForScope (Results 1 – 5 of 5) sorted by relevance
1294 LexicalScope ForScope(*this, S.getSourceRange()); in EmitForStmt() local1353 if (ForScope.requiresCleanups()) in EmitForStmt()1422 ForScope.ForceCleanup(); in EmitForStmt()1449 LexicalScope ForScope(*this, S.getSourceRange()); in EmitCXXForRangeStmt() local1475 if (ForScope.requiresCleanups()) in EmitCXXForRangeStmt()1534 ForScope.ForceCleanup(); in EmitCXXForRangeStmt()
1818 RunCleanupsScope ForScope(*this); in EmitObjCForCollectionStmt() local2121 ForScope.ForceCleanup(); in EmitObjCForCollectionStmt()
2086 LexicalScope ForScope(*this, S->getSourceRange()); in EmitOMPCanonicalLoop() local2149 ForScope.ForceCleanup(); in EmitOMPCanonicalLoop()
1914 ParseScope ForScope(this, ScopeFlags); in ParseForStatement() local2245 ForScope.Exit(); in ParseForStatement()
5730 BlockScopeRAII ForScope(Info); in EvaluateStmt() local5734 if (ESR != ESR_Failed && !ForScope.destroy()) in EvaluateStmt()5754 if (ESR != ESR_Failed && (!IterScope.destroy() || !ForScope.destroy())) in EvaluateStmt()5773 return ForScope.destroy() ? ESR_Succeeded : ESR_Failed; in EvaluateStmt()