Home | History | Annotate | Download | only in libclang

Lines Matching refs:Goto

4160     if (GotoStmt *Goto = dyn_cast_or_null<GotoStmt>(S))
4161 if (LabelDecl *label = Goto->getLabel())
5244 goto reprocess;