Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.h65 bool visitDefaultStmt(const DefaultStmt *S);
H A DByteCodeStmtGen.cpp272 return visitDefaultStmt(cast<DefaultStmt>(S)); in visitStmt()
652 bool ByteCodeStmtGen<Emitter>::visitDefaultStmt(const DefaultStmt *S) { in visitDefaultStmt() function in ByteCodeStmtGen