Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h209 bool visitSwitchStmt(const SwitchStmt *S);
H A DCompiler.cpp4191 return visitSwitchStmt(cast<SwitchStmt>(S)); in visitStmt()
4528 bool Compiler<Emitter>::visitSwitchStmt(const SwitchStmt *S) { in visitSwitchStmt() function in Compiler