Home | History | Annotate | Download | only in libclang

Lines Matching refs:GotoStmt

1835   void VisitGotoStmt(const GotoStmt *GS);
2166 void EnqueueVisitor::VisitGotoStmt(const GotoStmt *GS) {
3865 return cxstring::createRef("GotoStmt");
4623 if (const GotoStmt *Goto = dyn_cast_or_null<GotoStmt>(S))