Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1049 LexicalScope ForScope(*this, S.getSourceRange()); in EmitForStmt() local
1104 if (ForScope.requiresCleanups()) in EmitForStmt()
1153 ForScope.ForceCleanup(); in EmitForStmt()
1166 LexicalScope ForScope(*this, S.getSourceRange()); in EmitCXXForRangeStmt() local
1189 if (ForScope.requiresCleanups()) in EmitCXXForRangeStmt()
1235 ForScope.ForceCleanup(); in EmitCXXForRangeStmt()
H A DCGObjC.cpp1770 RunCleanupsScope ForScope(*this); in EmitObjCForCollectionStmt() local
2075 ForScope.ForceCleanup(); in EmitObjCForCollectionStmt()
H A DCGStmtOpenMP.cpp2013 LexicalScope ForScope(*this, S->getSourceRange()); in EmitOMPCanonicalLoop() local
2074 ForScope.ForceCleanup(); in EmitOMPCanonicalLoop()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2025 ParseScope ForScope(this, ScopeFlags); in ParseForStatement() local
2341 ForScope.Exit(); in ParseForStatement()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp5423 BlockScopeRAII ForScope(Info); in EvaluateStmt() local
5427 if (ESR != ESR_Failed && !ForScope.destroy()) in EvaluateStmt()
5443 if (ESR != ESR_Failed && (!IterScope.destroy() || !ForScope.destroy())) in EvaluateStmt()
5462 return ForScope.destroy() ? ESR_Succeeded : ESR_Failed; in EvaluateStmt()