Home
last modified time | relevance | path

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

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