Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/TableGen/
HDTGParser.h284 VarInit *ParseForeachDeclaration(Init *&ForeachListValue);
HDTGParser.cpp3317 VarInit *TGParser::ParseForeachDeclaration(Init *&ForeachListValue) { in ParseForeachDeclaration() function in TGParser
3769 VarInit *IterName = ParseForeachDeclaration(ListValue); in ParseForeach()