Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp102 if (!visitStmt(Body)) in visitFunc()
113 bool ByteCodeStmtGen<Emitter>::visitStmt(const Stmt *S) { in visitStmt() function in ByteCodeStmtGen
138 if (!visitStmt(InnerStmt)) in visitCompoundStmt()
193 return visitStmt(IS->getThen()); in visitIfStmt()
195 return IS->getElse() ? visitStmt(IS->getElse()) : true; in visitIfStmt()
198 if (!visitStmt(IS->getInit())) in visitIfStmt()
213 if (!visitStmt(IS->getThen())) in visitIfStmt()
218 if (!visitStmt(Else)) in visitIfStmt()
225 if (!visitStmt(IS->getThen())) in visitIfStmt()
H A DByteCodeStmtGen.h56 bool visitStmt(const Stmt *S);