Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.h285 const VarInit *ParseForeachDeclaration(const Init *&ForeachListValue);
H A DTGParser.cpp3404 TGParser::ParseForeachDeclaration(const Init *&ForeachListValue) { in ParseForeachDeclaration() function in TGParser
3856 const VarInit *IterName = ParseForeachDeclaration(ListValue); in ParseForeach()