Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.h230 bool visitCaseStmt(const CaseStmt *S);
H A DCompiler.cpp5286 return visitCaseStmt(cast<CaseStmt>(S)); in visitStmt()
5740 bool Compiler<Emitter>::visitCaseStmt(const CaseStmt *S) { in visitCaseStmt() function in Compiler