Home
last modified time | relevance | path

Searched refs:setAsSwitch (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenStmt.cpp890 curLexScope->setAsSwitch(); in emitSwitchStmt()
H A DCIRGenFunction.h671 void setAsSwitch() { scopeKind = Kind::Switch; } in setAsSwitch() function