Searched refs:ForScope (Results 1 – 5 of 5) sorted by relevance
1019 LexicalScope ForScope(*this, S.getSourceRange()); in EmitForStmt() local1074 if (ForScope.requiresCleanups()) in EmitForStmt()1123 ForScope.ForceCleanup(); in EmitForStmt()1136 LexicalScope ForScope(*this, S.getSourceRange()); in EmitCXXForRangeStmt() local1159 if (ForScope.requiresCleanups()) in EmitCXXForRangeStmt()1205 ForScope.ForceCleanup(); in EmitCXXForRangeStmt()
1728 RunCleanupsScope ForScope(*this); in EmitObjCForCollectionStmt() local2034 ForScope.ForceCleanup(); in EmitObjCForCollectionStmt()
2005 LexicalScope ForScope(*this, S->getSourceRange()); in EmitOMPCanonicalLoop() local2066 ForScope.ForceCleanup(); in EmitOMPCanonicalLoop()
1952 ParseScope ForScope(this, ScopeFlags); in ParseForStatement() local2255 ForScope.Exit(); in ParseForStatement()
5337 BlockScopeRAII ForScope(Info); in EvaluateStmt() local5341 if (ESR != ESR_Failed && !ForScope.destroy()) in EvaluateStmt()5357 if (ESR != ESR_Failed && (!IterScope.destroy() || !ForScope.destroy())) in EvaluateStmt()5376 return ForScope.destroy() ? ESR_Succeeded : ESR_Failed; in EvaluateStmt()