Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.h61 bool visitBreakStmt(const BreakStmt *S);
H A DByteCodeStmtGen.cpp264 return visitBreakStmt(cast<BreakStmt>(S)); in visitStmt()
562 bool ByteCodeStmtGen<Emitter>::visitBreakStmt(const BreakStmt *S) { in visitBreakStmt() function in ByteCodeStmtGen