Searched refs:StartUntyped (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp1563 Init *StartUntyped = ParseValue(CurRec); local
1564 if (!StartUntyped)
1567 TypedInit *Start = dyn_cast<TypedInit>(StartUntyped);
1570 StartUntyped->getAsString() + "'");

Completed in 108 milliseconds