Lines Matching defs:GotoLoc
1598 SourceLocation GotoLoc = ConsumeToken(); // eat the 'goto'.1604 Res = Actions.ActOnGotoStmt(GotoLoc, Tok.getLocation(), LD);1615 Res = Actions.ActOnIndirectGotoStmt(GotoLoc, StarLoc, R.take());