Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp777 LexicalScope ConditionScope(*this, S.getCond()->getSourceRange()); in EmitIfStmt() local
887 RunCleanupsScope ConditionScope(*this); in EmitWhileStmt() local
1054 LexicalScope ConditionScope(*this, S.getSourceRange()); in EmitForStmt() local
1976 RunCleanupsScope ConditionScope(*this); in EmitSwitchStmt() local
H A DCGOpenMPRuntime.cpp2000 CodeGenFunction::LexicalScope ConditionScope(CGF, Cond->getSourceRange()); in emitIfClause() local