Home
last modified time | relevance | path

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

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