Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.h57 bool visitWhileStmt(const WhileStmt *S);
H A DByteCodeStmtGen.cpp256 return visitWhileStmt(cast<WhileStmt>(S)); in visitStmt()
411 bool ByteCodeStmtGen<Emitter>::visitWhileStmt(const WhileStmt *S) { in visitWhileStmt() function in ByteCodeStmtGen