Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmt.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()
HDCGObjC.cpp1774 RunCleanupsScope ForScope(*this); in EmitObjCForCollectionStmt() local
2076 ForScope.ForceCleanup(); in EmitObjCForCollectionStmt()
HDCGStmtOpenMP.cpp2041 LexicalScope ForScope(*this, S->getSourceRange()); in EmitOMPCanonicalLoop() local
2102 ForScope.ForceCleanup(); in EmitOMPCanonicalLoop()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseStmt.cpp2040 ParseScope ForScope(this, ScopeFlags); in ParseForStatement() local
2356 ForScope.Exit(); in ParseForStatement()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDExprConstant.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()