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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp102 if (!visitStmt(Body))
113 bool ByteCodeStmtGen<Emitter>::visitStmt(const Stmt *S) { function in class:ByteCodeStmtGen
138 if (!visitStmt(InnerStmt))
192 if (!visitStmt(IS->getInit()))
207 if (!visitStmt(IS->getThen()))
212 if (!visitStmt(Else))
219 if (!visitStmt(IS->getThen()))
H A DByteCodeStmtGen.h60 bool visitStmt(const Stmt *S);

Completed in 150 milliseconds