Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp351 if (auto *TyInit = dyn_cast<TypedInit>(this)) in getRecordKeeper() local
352 return TyInit->getType()->getRecordKeeper(); in getRecordKeeper()