Home | History | Annotate | Download | only in Sema

Lines Matching refs:GotoLoc

2110 StmtResult Sema::ActOnGotoStmt(SourceLocation GotoLoc,
2115 return Owned(new (Context) GotoStmt(TheDecl, GotoLoc, LabelLoc));
2119 Sema::ActOnIndirectGotoStmt(SourceLocation GotoLoc, SourceLocation StarLoc,
2142 return Owned(new (Context) IndirectGotoStmt(GotoLoc, StarLoc, E));