Home | History | Annotate | Download | only in TableGen

Lines Matching full:typedname

1664   const TypedInit *TypedName = dyn_cast<const TypedInit>(Name);
1665 assert(TypedName && "Record name is not typed!");
1666 RecTy *Type = TypedName->getType();