Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp293 bool ByteCodeStmtGen<Emitter>::visitLoopBody(const Stmt *S) { in visitLoopBody() function in ByteCodeStmtGen
428 if (!this->visitLoopBody(Body)) in visitWhileStmt()
454 if (!this->visitLoopBody(Body)) in visitDoStmt()
494 if (Body && !this->visitLoopBody(Body)) in visitForStmt()
548 if (!this->visitLoopBody(Body)) in visitCXXForRangeStmt()
H A DByteCodeStmtGen.h53 bool visitLoopBody(const Stmt *S);