Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDCompiler.h210 bool visitCaseStmt(const CaseStmt *S);
HDCompiler.cpp4193 return visitCaseStmt(cast<CaseStmt>(S)); in visitStmt()
4598 bool Compiler<Emitter>::visitCaseStmt(const CaseStmt *S) { in visitCaseStmt() function in Compiler