Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.h223 bool visitWhileStmt(const WhileStmt *S);
H A DCompiler.cpp5272 return visitWhileStmt(cast<WhileStmt>(S)); in visitStmt()
5457 bool Compiler<Emitter>::visitWhileStmt(const WhileStmt *S) { in visitWhileStmt() function in Compiler