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

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

Completed in 95 milliseconds