Searched refs:gotoLoc (Results 1 – 2 of 2) sorted by relevance
1263 IndirectGotoStmt(SourceLocation gotoLoc, SourceLocation starLoc, in IndirectGotoStmt() argument1265 : Stmt(IndirectGotoStmtClass), GotoLoc(gotoLoc), StarLoc(starLoc), in IndirectGotoStmt()
2616 IndirectGotoStmt(SourceLocation gotoLoc, SourceLocation starLoc, Expr *target) in IndirectGotoStmt() argument2619 setGotoLoc(gotoLoc); in IndirectGotoStmt()