Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmt.cpp809 LexicalScope ForScope(*this, S.getSourceRange()); in EmitForStmt() local
849 if (ForScope.requiresCleanups()) in EmitForStmt()
894 ForScope.ForceCleanup(); in EmitForStmt()
907 LexicalScope ForScope(*this, S.getSourceRange()); in EmitCXXForRangeStmt() local
927 if (ForScope.requiresCleanups()) in EmitCXXForRangeStmt()
970 ForScope.ForceCleanup(); in EmitCXXForRangeStmt()
DCGObjC.cpp1495 RunCleanupsScope ForScope(*this); in EmitObjCForCollectionStmt() local
1737 ForScope.ForceCleanup(); in EmitObjCForCollectionStmt()
/external/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp933 LexicalScope ForScope(*this, S.getSourceRange()); in EmitForStmt() local
984 if (ForScope.requiresCleanups()) in EmitForStmt()
1034 ForScope.ForceCleanup(); in EmitForStmt()
1047 LexicalScope ForScope(*this, S.getSourceRange()); in EmitCXXForRangeStmt() local
1070 if (ForScope.requiresCleanups()) in EmitCXXForRangeStmt()
1113 ForScope.ForceCleanup(); in EmitCXXForRangeStmt()
DCGObjC.cpp1720 RunCleanupsScope ForScope(*this); in EmitObjCForCollectionStmt() local
2025 ForScope.ForceCleanup(); in EmitObjCForCollectionStmt()
/external/clang/lib/Parse/
DParseStmt.cpp1551 ParseScope ForScope(this, ScopeFlags); in ParseForStatement() local
1791 ForScope.Exit(); in ParseForStatement()
/external/llvm-project/clang/lib/Parse/
DParseStmt.cpp1804 ParseScope ForScope(this, ScopeFlags); in ParseForStatement() local
2088 ForScope.Exit(); in ParseForStatement()
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp5249 BlockScopeRAII ForScope(Info); in EvaluateStmt() local
5253 if (ESR != ESR_Failed && !ForScope.destroy()) in EvaluateStmt()
5269 if (ESR != ESR_Failed && (!IterScope.destroy() || !ForScope.destroy())) in EvaluateStmt()
5288 return ForScope.destroy() ? ESR_Succeeded : ESR_Failed; in EvaluateStmt()