Home | History | Annotate | Download | only in Sema

Lines Matching refs:GotoLoc

2259 StmtResult Sema::ActOnGotoStmt(SourceLocation GotoLoc,
2264 return Owned(new (Context) GotoStmt(TheDecl, GotoLoc, LabelLoc));
2268 Sema::ActOnIndirectGotoStmt(SourceLocation GotoLoc, SourceLocation StarLoc,
2291 return Owned(new (Context) IndirectGotoStmt(GotoLoc, StarLoc, E));