Home
last modified time | relevance | path

Searched refs:ForScope (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp1019 LexicalScope ForScope(*this, S.getSourceRange()); in EmitForStmt() local
1074 if (ForScope.requiresCleanups()) in EmitForStmt()
1123 ForScope.ForceCleanup(); in EmitForStmt()
1136 LexicalScope ForScope(*this, S.getSourceRange()); in EmitCXXForRangeStmt() local
1159 if (ForScope.requiresCleanups()) in EmitCXXForRangeStmt()
1205 ForScope.ForceCleanup(); in EmitCXXForRangeStmt()
H A DCGObjC.cpp1728 RunCleanupsScope ForScope(*this); in EmitObjCForCollectionStmt() local
2034 ForScope.ForceCleanup(); in EmitObjCForCollectionStmt()
H A DCGStmtOpenMP.cpp2005 LexicalScope ForScope(*this, S->getSourceRange()); in EmitOMPCanonicalLoop() local
2066 ForScope.ForceCleanup(); in EmitOMPCanonicalLoop()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmt.cpp1952 ParseScope ForScope(this, ScopeFlags); in ParseForStatement() local
2255 ForScope.Exit(); in ParseForStatement()
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp5337 BlockScopeRAII ForScope(Info); in EvaluateStmt() local
5341 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()