Searched refs:ForScope (Results 1 – 5 of 5) sorted by relevance
1030 LexicalScope ForScope(*this, S.getSourceRange()); in EmitForStmt() local1085 if (ForScope.requiresCleanups()) in EmitForStmt()1134 ForScope.ForceCleanup(); in EmitForStmt()1147 LexicalScope ForScope(*this, S.getSourceRange()); in EmitCXXForRangeStmt() local1170 if (ForScope.requiresCleanups()) in EmitCXXForRangeStmt()1216 ForScope.ForceCleanup(); in EmitCXXForRangeStmt()
1780 RunCleanupsScope ForScope(*this); in EmitObjCForCollectionStmt() local2086 ForScope.ForceCleanup(); in EmitObjCForCollectionStmt()
2013 LexicalScope ForScope(*this, S->getSourceRange()); in EmitOMPCanonicalLoop() local2074 ForScope.ForceCleanup(); in EmitOMPCanonicalLoop()
1974 ParseScope ForScope(this, ScopeFlags); in ParseForStatement() local2277 ForScope.Exit(); in ParseForStatement()
5343 BlockScopeRAII ForScope(Info); in EvaluateStmt() local5347 if (ESR != ESR_Failed && !ForScope.destroy()) in EvaluateStmt()5363 if (ESR != ESR_Failed && (!IterScope.destroy() || !ForScope.destroy())) in EvaluateStmt()5382 return ForScope.destroy() ? ESR_Succeeded : ESR_Failed; in EvaluateStmt()