Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.h58 bool visitDoStmt(const DoStmt *S);
H A DByteCodeStmtGen.cpp258 return visitDoStmt(cast<DoStmt>(S)); in visitStmt()
440 bool ByteCodeStmtGen<Emitter>::visitDoStmt(const DoStmt *S) { in visitDoStmt() function in ByteCodeStmtGen