Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/AST/Interp/
DByteCodeStmtGen.h63 bool visitBreakStmt(const BreakStmt *S);
DByteCodeStmtGen.cpp182 return visitBreakStmt(cast<BreakStmt>(S)); in visitStmt()
379 bool ByteCodeStmtGen<Emitter>::visitBreakStmt(const BreakStmt *S) { in visitBreakStmt() function in ByteCodeStmtGen