Home | History | Annotate | Download | only in Parse

Lines Matching refs:GotoLoc

1578   SourceLocation GotoLoc = ConsumeToken();  // eat the 'goto'.
1584 Res = Actions.ActOnGotoStmt(GotoLoc, Tok.getLocation(), LD);
1595 Res = Actions.ActOnIndirectGotoStmt(GotoLoc, StarLoc, R.take());