Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTGParser.cpp1544 Init *ListUntyped = ParseValue(CurRec); in ParseOperation() local
1545 if (!ListUntyped) in ParseOperation()
1548 TypedInit *List = dyn_cast<TypedInit>(ListUntyped); in ParseOperation()
1551 ListUntyped->getAsString() + "'"); in ParseOperation()