Home
last modified time | relevance | path

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

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