Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp955 LexicalScope ForScope(*this, S.getSourceRange()); in EmitForStmt() local
1010 if (ForScope.requiresCleanups()) in EmitForStmt()
1059 ForScope.ForceCleanup(); in EmitForStmt()
1072 LexicalScope ForScope(*this, S.getSourceRange()); in EmitCXXForRangeStmt() local
1095 if (ForScope.requiresCleanups()) in EmitCXXForRangeStmt()
1141 ForScope.ForceCleanup(); in EmitCXXForRangeStmt()
H A DCGObjC.cpp1721 RunCleanupsScope ForScope(*this); in EmitObjCForCollectionStmt() local
2027 ForScope.ForceCleanup(); in EmitObjCForCollectionStmt()
H A DCGStmtOpenMP.cpp1963 LexicalScope ForScope(*this, S->getSourceRange()); in EmitOMPCanonicalLoop() local
2024 ForScope.ForceCleanup(); in EmitOMPCanonicalLoop()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseStmt.cpp1807 ParseScope ForScope(this, ScopeFlags); in ParseForStatement() local
2099 ForScope.Exit(); in ParseForStatement()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp5257 BlockScopeRAII ForScope(Info); in EvaluateStmt() local
5261 if (ESR != ESR_Failed && !ForScope.destroy()) in EvaluateStmt()
5277 if (ESR != ESR_Failed && (!IterScope.destroy() || !ForScope.destroy())) in EvaluateStmt()
5296 return ForScope.destroy() ? ESR_Succeeded : ESR_Failed; in EvaluateStmt()