Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.h56 bool visitIfStmt(const IfStmt *IS);
H A DByteCodeStmtGen.cpp254 return visitIfStmt(cast<IfStmt>(S)); in visitStmt()
366 bool ByteCodeStmtGen<Emitter>::visitIfStmt(const IfStmt *IS) { in visitIfStmt() function in ByteCodeStmtGen