Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.h219 bool visitCompoundStmt(const CompoundStmt *S);
H A DCompiler.cpp5264 return visitCompoundStmt(cast<CompoundStmt>(S)); in visitStmt()
5311 bool Compiler<Emitter>::visitCompoundStmt(const CompoundStmt *S) { in visitCompoundStmt() function in Compiler