Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h205 bool visitForStmt(const ForStmt *S);
H A DCompiler.cpp4183 return visitForStmt(cast<ForStmt>(S)); in visitStmt()
4404 bool Compiler<Emitter>::visitForStmt(const ForStmt *S) { in visitForStmt() function in Compiler