Searched refs:ForScope (Results 1 – 5 of 5) sorted by relevance
1185 LexicalScope ForScope(*this, S.getSourceRange()); in EmitForStmt() local1245 if (ForScope.requiresCleanups()) in EmitForStmt()1300 ForScope.ForceCleanup(); in EmitForStmt()1321 LexicalScope ForScope(*this, S.getSourceRange()); in EmitCXXForRangeStmt() local1348 if (ForScope.requiresCleanups()) in EmitCXXForRangeStmt()1397 ForScope.ForceCleanup(); in EmitCXXForRangeStmt()
1774 RunCleanupsScope ForScope(*this); in EmitObjCForCollectionStmt() local2076 ForScope.ForceCleanup(); in EmitObjCForCollectionStmt()
2041 LexicalScope ForScope(*this, S->getSourceRange()); in EmitOMPCanonicalLoop() local2102 ForScope.ForceCleanup(); in EmitOMPCanonicalLoop()
2040 ParseScope ForScope(this, ScopeFlags); in ParseForStatement() local2356 ForScope.Exit(); in ParseForStatement()
5458 BlockScopeRAII ForScope(Info); in EvaluateStmt() local5462 if (ESR != ESR_Failed && !ForScope.destroy()) in EvaluateStmt()5478 if (ESR != ESR_Failed && (!IterScope.destroy() || !ForScope.destroy())) in EvaluateStmt()5497 return ForScope.destroy() ? ESR_Succeeded : ESR_Failed; in EvaluateStmt()