Home
last modified time | relevance | path

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

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