Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.h63 bool visitSwitchStmt(const SwitchStmt *S);
H A DByteCodeStmtGen.cpp268 return visitSwitchStmt(cast<SwitchStmt>(S)); in visitStmt()
580 bool ByteCodeStmtGen<Emitter>::visitSwitchStmt(const SwitchStmt *S) { in visitSwitchStmt() function in ByteCodeStmtGen