Searched refs:ParseForeachDeclaration (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/TableGen/
H A DTGParser.h163 Init *ParseForeachDeclaration(Init *&ForeachListValue);
H A DTGParser.cpp1725 /// ParseForeachDeclaration - Read a foreach declaration, returning
1731 Init *TGParser::ParseForeachDeclaration(Init *&ForeachListValue) { function in class:TGParser
2003 Init *IterName = ParseForeachDeclaration(ListValue);

Completed in 271 milliseconds