Searched refs:ForScope (Results 1 – 5 of 5) sorted by relevance
955 LexicalScope ForScope(*this, S.getSourceRange()); in EmitForStmt() local1010 if (ForScope.requiresCleanups()) in EmitForStmt()1059 ForScope.ForceCleanup(); in EmitForStmt()1072 LexicalScope ForScope(*this, S.getSourceRange()); in EmitCXXForRangeStmt() local1095 if (ForScope.requiresCleanups()) in EmitCXXForRangeStmt()1141 ForScope.ForceCleanup(); in EmitCXXForRangeStmt()
1721 RunCleanupsScope ForScope(*this); in EmitObjCForCollectionStmt() local2027 ForScope.ForceCleanup(); in EmitObjCForCollectionStmt()
1963 LexicalScope ForScope(*this, S->getSourceRange()); in EmitOMPCanonicalLoop() local2024 ForScope.ForceCleanup(); in EmitOMPCanonicalLoop()
1807 ParseScope ForScope(this, ScopeFlags); in ParseForStatement() local2099 ForScope.Exit(); in ParseForStatement()
5257 BlockScopeRAII ForScope(Info); in EvaluateStmt() local5261 if (ESR != ESR_Failed && !ForScope.destroy()) in EvaluateStmt()5277 if (ESR != ESR_Failed && (!IterScope.destroy() || !ForScope.destroy())) in EvaluateStmt()5296 return ForScope.destroy() ? ESR_Succeeded : ESR_Failed; in EvaluateStmt()