Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp1030 LexicalScope ForScope(*this, S.getSourceRange()); in EmitForStmt() local
1085 if (ForScope.requiresCleanups()) in EmitForStmt()
1134 ForScope.ForceCleanup(); in EmitForStmt()
1147 LexicalScope ForScope(*this, S.getSourceRange()); in EmitCXXForRangeStmt() local
1170 if (ForScope.requiresCleanups()) in EmitCXXForRangeStmt()
1216 ForScope.ForceCleanup(); in EmitCXXForRangeStmt()
H A DCGObjC.cpp1780 RunCleanupsScope ForScope(*this); in EmitObjCForCollectionStmt() local
2086 ForScope.ForceCleanup(); in EmitObjCForCollectionStmt()
H A DCGStmtOpenMP.cpp2013 LexicalScope ForScope(*this, S->getSourceRange()); in EmitOMPCanonicalLoop() local
2074 ForScope.ForceCleanup(); in EmitOMPCanonicalLoop()
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseStmt.cpp1974 ParseScope ForScope(this, ScopeFlags); in ParseForStatement() local
2277 ForScope.Exit(); in ParseForStatement()
/openbsd/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp5343 BlockScopeRAII ForScope(Info); in EvaluateStmt() local
5347 if (ESR != ESR_Failed && !ForScope.destroy()) in EvaluateStmt()
5363 if (ESR != ESR_Failed && (!IterScope.destroy() || !ForScope.destroy())) in EvaluateStmt()
5382 return ForScope.destroy() ? ESR_Succeeded : ESR_Failed; in EvaluateStmt()