Home | History | Annotate | Download | only in Sema

Lines Matching refs:GotoLoc

1225   StmtResult RebuildGotoStmt(SourceLocation GotoLoc, SourceLocation LabelLoc,
1227 return getSema().ActOnGotoStmt(GotoLoc, LabelLoc, Label);
1234 StmtResult RebuildIndirectGotoStmt(SourceLocation GotoLoc,
1237 return getSema().ActOnIndirectGotoStmt(GotoLoc, StarLoc, Target);