Home
last modified time | relevance | path

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

/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp803 LexicalScope ConditionScope(*this, S.getCond()->getSourceRange()); EmitIfStmt() local
1003 RunCleanupsScope ConditionScope(*this); EmitWhileStmt() local
1203 LexicalScope ConditionScope(*this, S.getSourceRange()); EmitForStmt() local
2161 RunCleanupsScope ConditionScope(*this); EmitSwitchStmt() local
H A DCGOpenMPRuntime.cpp1831 CodeGenFunction::LexicalScope ConditionScope(CGF, Cond->getSourceRange()); emitIfClause() local