Home | History | Annotate | Download | only in libclang

Lines Matching refs:CompoundStmt

1895   void VisitCompoundStmt(const CompoundStmt *S);
2309 void EnqueueVisitor::VisitCompoundStmt(const CompoundStmt *S) {
3670 const CompoundStmt *compoundStmt = dyn_cast_or_null<CompoundStmt>(getCursorStmt(C));
3671 if (compoundStmt) {
3673 for (auto *bodyIterator : compoundStmt->body()) {
4649 return cxstring::createRef("CompoundStmt");
5873 CompoundStmt *Body = dyn_cast<CompoundStmt>(FD->getBody());