Home
last modified time | relevance | path

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

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