Home | History | Annotate | Download | only in libclang

Lines Matching refs:Goto

5135     if (const GotoStmt *Goto = dyn_cast_or_null<GotoStmt>(S))
5136 if (LabelDecl *label = Goto->getLabel())
6333 goto reprocess;