Home
last modified time | relevance | path

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

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