Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.h227 bool visitBreakStmt(const BreakStmt *S);
H A DCompiler.cpp5280 return visitBreakStmt(cast<BreakStmt>(S)); in visitStmt()
5639 bool Compiler<Emitter>::visitBreakStmt(const BreakStmt *S) { in visitBreakStmt() function in Compiler