Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1294 LexicalScope ForScope(*this, S.getSourceRange()); in EmitForStmt() local
1353 if (ForScope.requiresCleanups()) in EmitForStmt()
1422 ForScope.ForceCleanup(); in EmitForStmt()
1449 LexicalScope ForScope(*this, S.getSourceRange()); in EmitCXXForRangeStmt() local
1475 if (ForScope.requiresCleanups()) in EmitCXXForRangeStmt()
1534 ForScope.ForceCleanup(); in EmitCXXForRangeStmt()
H A DCGObjC.cpp1818 RunCleanupsScope ForScope(*this); in EmitObjCForCollectionStmt() local
2121 ForScope.ForceCleanup(); in EmitObjCForCollectionStmt()
H A DCGStmtOpenMP.cpp2086 LexicalScope ForScope(*this, S->getSourceRange()); in EmitOMPCanonicalLoop() local
2149 ForScope.ForceCleanup(); in EmitOMPCanonicalLoop()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1914 ParseScope ForScope(this, ScopeFlags); in ParseForStatement() local
2245 ForScope.Exit(); in ParseForStatement()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp5730 BlockScopeRAII ForScope(Info); in EvaluateStmt() local
5734 if (ESR != ESR_Failed && !ForScope.destroy()) in EvaluateStmt()
5754 if (ESR != ESR_Failed && (!IterScope.destroy() || !ForScope.destroy())) in EvaluateStmt()
5773 return ForScope.destroy() ? ESR_Succeeded : ESR_Failed; in EvaluateStmt()