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.cpp1185 LexicalScope ForScope(*this, S.getSourceRange()); in EmitForStmt() local
1245 if (ForScope.requiresCleanups()) in EmitForStmt()
1300 ForScope.ForceCleanup(); in EmitForStmt()
1321 LexicalScope ForScope(*this, S.getSourceRange()); in EmitCXXForRangeStmt() local
1348 if (ForScope.requiresCleanups()) in EmitCXXForRangeStmt()
1397 ForScope.ForceCleanup(); in EmitCXXForRangeStmt()
H A DCGObjC.cpp1774 RunCleanupsScope ForScope(*this); in EmitObjCForCollectionStmt() local
2076 ForScope.ForceCleanup(); in EmitObjCForCollectionStmt()
H A DCGStmtOpenMP.cpp2041 LexicalScope ForScope(*this, S->getSourceRange()); in EmitOMPCanonicalLoop() local
2102 ForScope.ForceCleanup(); in EmitOMPCanonicalLoop()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2040 ParseScope ForScope(this, ScopeFlags); in ParseForStatement() local
2356 ForScope.Exit(); in ParseForStatement()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp5458 BlockScopeRAII ForScope(Info); in EvaluateStmt() local
5462 if (ESR != ESR_Failed && !ForScope.destroy()) in EvaluateStmt()
5478 if (ESR != ESR_Failed && (!IterScope.destroy() || !ForScope.destroy())) in EvaluateStmt()
5497 return ForScope.destroy() ? ESR_Succeeded : ESR_Failed; in EvaluateStmt()