Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmt.cpp834 LexicalScope ForScope(*this, S.getSourceRange()); in EmitForStmt() local
874 if (ForScope.requiresCleanups()) in EmitForStmt()
922 ForScope.ForceCleanup(); in EmitForStmt()
935 LexicalScope ForScope(*this, S.getSourceRange()); in EmitCXXForRangeStmt() local
954 if (ForScope.requiresCleanups()) in EmitCXXForRangeStmt()
999 ForScope.ForceCleanup(); in EmitCXXForRangeStmt()
/external/clang/lib/Parse/
DParseStmt.cpp1493 ParseScope ForScope(this, ScopeFlags); in ParseForStatement() local
1722 ForScope.Exit(); in ParseForStatement()