Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.h228 bool visitContinueStmt(const ContinueStmt *S);
H A DCompiler.cpp5282 return visitContinueStmt(cast<ContinueStmt>(S)); in visitStmt()
5650 bool Compiler<Emitter>::visitContinueStmt(const ContinueStmt *S) { in visitContinueStmt() function in Compiler