Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.h59 bool visitForStmt(const ForStmt *S);
H A DByteCodeStmtGen.cpp260 return visitForStmt(cast<ForStmt>(S)); in visitStmt()
468 bool ByteCodeStmtGen<Emitter>::visitForStmt(const ForStmt *S) { in visitForStmt() function in ByteCodeStmtGen