Home | History | Annotate | Download | only in Sema

Lines Matching refs:GotoLoc

1177   StmtResult RebuildGotoStmt(SourceLocation GotoLoc, SourceLocation LabelLoc,
1179 return getSema().ActOnGotoStmt(GotoLoc, LabelLoc, Label);
1186 StmtResult RebuildIndirectGotoStmt(SourceLocation GotoLoc,
1189 return getSema().ActOnIndirectGotoStmt(GotoLoc, StarLoc, Target);