Searched refs:ParseForeachDeclaration (Results 1 – 2 of 2) sorted by relevance
285 const VarInit *ParseForeachDeclaration(const Init *&ForeachListValue);
3404 TGParser::ParseForeachDeclaration(const Init *&ForeachListValue) { in ParseForeachDeclaration() function in TGParser3856 const VarInit *IterName = ParseForeachDeclaration(ListValue); in ParseForeach()