Home
last modified time | relevance | path

Searched refs:switchCase (Results 1 – 4 of 4) 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
847 emitSwitchCase(*switchCase, /*buildingTopLevelCase=*/true))) in emitSwitchBody()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp574 REGISTER_MATCHER(switchCase); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp946 const internal::VariadicDynCastAllOfMatcher<Stmt, SwitchCase> switchCase; variable
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2387 extern const internal::VariadicDynCastAllOfMatcher<Stmt, SwitchCase> switchCase;