Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp894 LexicalScope ConditionScope(*this, S.getCond()->getSourceRange()); in EmitIfStmt() local
1100 RunCleanupsScope ConditionScope(*this); in EmitWhileStmt() local
1317 LexicalScope ConditionScope(*this, S.getSourceRange()); in EmitForStmt() local
2323 RunCleanupsScope ConditionScope(*this); in EmitSwitchStmt() local
H A DCGOpenMPRuntime.cpp1812 CodeGenFunction::LexicalScope ConditionScope(CGF, Cond->getSourceRange()); in emitIfClause() local