Home | History | Annotate | Download | only in TableGen

Lines Matching refs:FOREACH

1069     throw TGError(CurRec->getLoc(), "!foreach requires an operator\n");
1075 throw TGError(CurRec->getLoc(), "!foreach requires typed variable\n");
1118 // First, replace the foreach variable with the list item
1190 case FOREACH: {
1252 case FOREACH: Result = "!foreach"; break;