Home
last modified time | relevance | path

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

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