Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenStmt.cpp841 if (auto *switchCase = dyn_cast<SwitchCase>(c)) { in emitSwitchBody() local
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp946 const internal::VariadicDynCastAllOfMatcher<Stmt, SwitchCase> switchCase; variable