Home | History | Annotate | Download | only in Sema

Lines Matching refs:GotoLoc

2363 StmtResult Sema::ActOnGotoStmt(SourceLocation GotoLoc,
2368 return new (Context) GotoStmt(TheDecl, GotoLoc, LabelLoc);
2372 Sema::ActOnIndirectGotoStmt(SourceLocation GotoLoc, SourceLocation StarLoc,
2395 return new (Context) IndirectGotoStmt(GotoLoc, StarLoc, E);