Home | History | Annotate | Download | only in TableGen

Lines Matching refs:ParseForeachDeclaration

1699 /// ParseForeachDeclaration - Read a foreach declaration, returning
1707 VarInit *TGParser::ParseForeachDeclaration(ListInit *&ForeachListValue) {
2025 VarInit *IterName = ParseForeachDeclaration(ListValue);