Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.h224 bool visitDoStmt(const DoStmt *S);
H A DCompiler.cpp5274 return visitDoStmt(cast<DoStmt>(S)); in visitStmt()
5497 template <class Emitter> bool Compiler<Emitter>::visitDoStmt(const DoStmt *S) { in visitDoStmt() function in Compiler