Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp958 LexicalScope ForScope(*this, S.getSourceRange()); in EmitForStmt() local
1013 if (ForScope.requiresCleanups()) in EmitForStmt()
1062 ForScope.ForceCleanup(); in EmitForStmt()
1075 LexicalScope ForScope(*this, S.getSourceRange()); in EmitCXXForRangeStmt() local
1098 if (ForScope.requiresCleanups()) in EmitCXXForRangeStmt()
1144 ForScope.ForceCleanup(); in EmitCXXForRangeStmt()
DCGObjC.cpp1722 RunCleanupsScope ForScope(*this); in EmitObjCForCollectionStmt() local
2029 ForScope.ForceCleanup(); in EmitObjCForCollectionStmt()
DCGStmtOpenMP.cpp1971 LexicalScope ForScope(*this, S->getSourceRange()); in EmitOMPCanonicalLoop() local
2032 ForScope.ForceCleanup(); in EmitOMPCanonicalLoop()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
DParseStmt.cpp1812 ParseScope ForScope(this, ScopeFlags); in ParseForStatement() local
2104 ForScope.Exit(); in ParseForStatement()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DExprConstant.cpp5260 BlockScopeRAII ForScope(Info); in EvaluateStmt() local
5264 if (ESR != ESR_Failed && !ForScope.destroy()) in EvaluateStmt()
5280 if (ESR != ESR_Failed && (!IterScope.destroy() || !ForScope.destroy())) in EvaluateStmt()
5299 return ForScope.destroy() ? ESR_Succeeded : ESR_Failed; in EvaluateStmt()