Searched refs:ForScope (Results 1 – 5 of 5) sorted by relevance
1049 LexicalScope ForScope(*this, S.getSourceRange()); in EmitForStmt() local1104 if (ForScope.requiresCleanups()) in EmitForStmt()1153 ForScope.ForceCleanup(); in EmitForStmt()1166 LexicalScope ForScope(*this, S.getSourceRange()); in EmitCXXForRangeStmt() local1189 if (ForScope.requiresCleanups()) in EmitCXXForRangeStmt()1235 ForScope.ForceCleanup(); in EmitCXXForRangeStmt()
1770 RunCleanupsScope ForScope(*this); in EmitObjCForCollectionStmt() local2075 ForScope.ForceCleanup(); in EmitObjCForCollectionStmt()
2013 LexicalScope ForScope(*this, S->getSourceRange()); in EmitOMPCanonicalLoop() local2074 ForScope.ForceCleanup(); in EmitOMPCanonicalLoop()
2025 ParseScope ForScope(this, ScopeFlags); in ParseForStatement() local2341 ForScope.Exit(); in ParseForStatement()
5423 BlockScopeRAII ForScope(Info); in EvaluateStmt() local5427 if (ESR != ESR_Failed && !ForScope.destroy()) in EvaluateStmt()5443 if (ESR != ESR_Failed && (!IterScope.destroy() || !ForScope.destroy())) in EvaluateStmt()5462 return ForScope.destroy() ? ESR_Succeeded : ESR_Failed; in EvaluateStmt()