Home | History | Annotate | Download | only in Sema

Lines Matching refs:GotoLoc

1154   StmtResult RebuildGotoStmt(SourceLocation GotoLoc, SourceLocation LabelLoc,
1156 return getSema().ActOnGotoStmt(GotoLoc, LabelLoc, Label);
1163 StmtResult RebuildIndirectGotoStmt(SourceLocation GotoLoc,
1166 return getSema().ActOnIndirectGotoStmt(GotoLoc, StarLoc, Target);