Home
last modified time | relevance | path

Searched refs:ForScope (Results 1 – 3 of 3) 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/clang/lib/Parse/
DParseStmt.cpp1551 ParseScope ForScope(this, ScopeFlags); in ParseForStatement() local
1791 ForScope.Exit(); in ParseForStatement()