Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.h55 bool visitReturnStmt(const ReturnStmt *RS);
H A DByteCodeStmtGen.cpp252 return visitReturnStmt(cast<ReturnStmt>(S)); in visitStmt()
334 bool ByteCodeStmtGen<Emitter>::visitReturnStmt(const ReturnStmt *RS) { in visitReturnStmt() function in ByteCodeStmtGen