Home
last modified time | relevance | path

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

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