Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp711 LexicalScope ConditionScope(*this, S.getCond()->getSourceRange()); in EmitIfStmt() local
812 RunCleanupsScope ConditionScope(*this); in EmitWhileStmt() local
979 LexicalScope ConditionScope(*this, S.getSourceRange()); in EmitForStmt() local
1845 RunCleanupsScope ConditionScope(*this); in EmitSwitchStmt() local
H A DCGOpenMPRuntime.cpp2035 CodeGenFunction::LexicalScope ConditionScope(CGF, Cond->getSourceRange()); in emitIfClause() local