Home
last modified time | relevance | path

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

/external/llvm/lib/TableGen/
DRecord.cpp1673 const TypedInit *TypedName = dyn_cast<const TypedInit>(Name); in checkName() local
1674 assert(TypedName && "Record name is not typed!"); in checkName()
1675 RecTy *Type = TypedName->getType(); in checkName()