Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/TableGen/
H A DTGParser.h242 VarInit *ParseForeachDeclaration(Init *&ForeachListValue);
H A DTGParser.cpp2801 VarInit *TGParser::ParseForeachDeclaration(Init *&ForeachListValue) { in ParseForeachDeclaration() function in TGParser
3197 VarInit *IterName = ParseForeachDeclaration(ListValue); in ParseForeach()