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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.h64 bool visitIfStmt(const IfStmt *IS);
H A DByteCodeStmtGen.cpp122 return visitIfStmt(cast<IfStmt>(S));
189 bool ByteCodeStmtGen<Emitter>::visitIfStmt(const IfStmt *IS) { function in class:ByteCodeStmtGen

Completed in 220 milliseconds