Home
last modified time | relevance | path

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

/external/llvm/lib/TableGen/
DTGParser.h166 VarInit *ParseForeachDeclaration(ListInit *&ForeachListValue);
DTGParser.cpp1744 VarInit *TGParser::ParseForeachDeclaration(ListInit *&ForeachListValue) { in ParseForeachDeclaration() function in TGParser
2062 VarInit *IterName = ParseForeachDeclaration(ListValue); in ParseForeach()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DTGParser.h174 VarInit *ParseForeachDeclaration(Init *&ForeachListValue);
DTGParser.cpp2262 VarInit *TGParser::ParseForeachDeclaration(Init *&ForeachListValue) { in ParseForeachDeclaration() function in TGParser
2599 VarInit *IterName = ParseForeachDeclaration(ListValue); in ParseForeach()