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.cpp809 LexicalScope ConditionScope(*this, S.getCond()->getSourceRange()); in EmitIfStmt() local
1009 RunCleanupsScope ConditionScope(*this); in EmitWhileStmt() local
1209 LexicalScope ConditionScope(*this, S.getSourceRange()); in EmitForStmt() local
2173 RunCleanupsScope ConditionScope(*this); in EmitSwitchStmt() local
H A DCGOpenMPRuntime.cpp1832 CodeGenFunction::LexicalScope ConditionScope(CGF, Cond->getSourceRange()); in emitIfClause() local