Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/AST/Interp/
HDCompiler.h207 bool visitBreakStmt(const BreakStmt *S);
HDCompiler.cpp4187 return visitBreakStmt(cast<BreakStmt>(S)); in visitStmt()
4510 bool Compiler<Emitter>::visitBreakStmt(const BreakStmt *S) { in visitBreakStmt() function in Compiler