HomeSort by: relevance | last modified time | path
    Searched refs:ListValue (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
TGParser.h 65 Init *ListValue;
71 : Loc(Loc), IterVar(IVar), ListValue(LValue) {}
TGParser.cpp 390 Init *List = Loop.ListValue->resolveReferences(R);
3140 Init *ListValue = nullptr;
3141 VarInit *IterName = ParseForeachDeclaration(ListValue);
3149 Loops.push_back(std::make_unique<ForeachLoop>(Loc, IterName, ListValue));
3779 << ListValue->getAsString() << " in {\n";

Completed in 52 milliseconds