Home | History | Annotate | Download | only in libclang

Lines Matching refs:GotoStmt

1896   void VisitGotoStmt(const GotoStmt *GS);
2380 void EnqueueVisitor::VisitGotoStmt(const GotoStmt *GS) {
4320 return cxstring::createRef("GotoStmt");
5135 if (const GotoStmt *Goto = dyn_cast_or_null<GotoStmt>(S))