Home | History | Annotate | Download | only in libclang

Lines Matching refs:CompoundStmt

1876   void VisitCompoundStmt(const CompoundStmt *S);
2236 void EnqueueVisitor::VisitCompoundStmt(const CompoundStmt *S) {
4304 return cxstring::createRef("CompoundStmt");
5503 CompoundStmt *Body = dyn_cast<CompoundStmt>(FD->getBody());