Home
last modified time | relevance | path

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

/external/llvm/include/llvm/TableGen/
DRecord.h48 ListRecTyKind, enumerator
157 explicit ListRecTy(RecTy *T) : RecTy(ListRecTyKind), Ty(T) {} in ListRecTy()
162 return RT->getRecTyKind() == ListRecTyKind; in classof()