Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/AST/Interp/
DByteCodeStmtGen.h56 bool visitCompoundStmt(const CompoundStmt *S);
DByteCodeStmtGen.cpp168 return visitCompoundStmt(cast<CompoundStmt>(S)); in visitStmt()
196 bool ByteCodeStmtGen<Emitter>::visitCompoundStmt( in visitCompoundStmt() function in ByteCodeStmtGen