Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmt.cpp543 LexicalScope ConditionScope(*this, S.getCond()->getSourceRange()); in EmitIfStmt() local
636 RunCleanupsScope ConditionScope(*this); in EmitWhileStmt() local
657 if (ConditionScope.requiresCleanups()) in EmitWhileStmt()
681 ConditionScope.ForceCleanup(); in EmitWhileStmt()
787 LexicalScope ConditionScope(*this, S.getSourceRange()); in EmitForStmt() local
839 ConditionScope.ForceCleanup(); in EmitForStmt()
1467 RunCleanupsScope ConditionScope(*this); in EmitSwitchStmt() local
1521 if (ConditionScope.requiresCleanups()) { in EmitSwitchStmt()
1531 ConditionScope.ForceCleanup(); in EmitSwitchStmt()
DCGOpenMPRuntime.cpp1216 CodeGenFunction::LexicalScope ConditionScope(CGF, Cond->getSourceRange()); in emitOMPIfClause() local