Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp784 LexicalScope ConditionScope(*this, S.getCond()->getSourceRange()); EmitIfStmt() local
906 RunCleanupsScope ConditionScope(*this); EmitWhileStmt() local
1073 LexicalScope ConditionScope(*this, S.getSourceRange()); EmitForStmt() local
1994 RunCleanupsScope ConditionScope(*this); EmitSwitchStmt() local
H A DCGOpenMPRuntime.cpp1829 CodeGenFunction::LexicalScope ConditionScope(CGF, Cond->getSourceRange()); emitIfClause() local