Home | History | Annotate | Download | only in Sema

Lines Matching refs:LabelLoc

1225   StmtResult RebuildGotoStmt(SourceLocation GotoLoc, SourceLocation LabelLoc,
1227 return getSema().ActOnGotoStmt(GotoLoc, LabelLoc, Label);
2229 SourceLocation LabelLoc, LabelDecl *Label) {
2230 return getSema().ActOnAddrLabel(AmpAmpLoc, LabelLoc, Label);