Home
last modified time | relevance | path

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

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