Searched refs:ForScope (Results 1 – 5 of 5) sorted by relevance
958 LexicalScope ForScope(*this, S.getSourceRange()); in EmitForStmt() local1013 if (ForScope.requiresCleanups()) in EmitForStmt()1062 ForScope.ForceCleanup(); in EmitForStmt()1075 LexicalScope ForScope(*this, S.getSourceRange()); in EmitCXXForRangeStmt() local1098 if (ForScope.requiresCleanups()) in EmitCXXForRangeStmt()1144 ForScope.ForceCleanup(); in EmitCXXForRangeStmt()
1722 RunCleanupsScope ForScope(*this); in EmitObjCForCollectionStmt() local2029 ForScope.ForceCleanup(); in EmitObjCForCollectionStmt()
1971 LexicalScope ForScope(*this, S->getSourceRange()); in EmitOMPCanonicalLoop() local2032 ForScope.ForceCleanup(); in EmitOMPCanonicalLoop()
1812 ParseScope ForScope(this, ScopeFlags); in ParseForStatement() local2104 ForScope.Exit(); in ParseForStatement()
5260 BlockScopeRAII ForScope(Info); in EvaluateStmt() local5264 if (ESR != ESR_Failed && !ForScope.destroy()) in EvaluateStmt()5280 if (ESR != ESR_Failed && (!IterScope.destroy() || !ForScope.destroy())) in EvaluateStmt()5299 return ForScope.destroy() ? ESR_Succeeded : ESR_Failed; in EvaluateStmt()