Home | History | Annotate | Download | only in Sema

Lines Matching refs:GotoLoc

2585 StmtResult Sema::ActOnGotoStmt(SourceLocation GotoLoc,
2590 return new (Context) GotoStmt(TheDecl, GotoLoc, LabelLoc);
2594 Sema::ActOnIndirectGotoStmt(SourceLocation GotoLoc, SourceLocation StarLoc,
2617 return new (Context) IndirectGotoStmt(GotoLoc, StarLoc, E);