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

/freebsd-10.0-release/contrib/llvm/include/llvm/TableGen/
H A DRecord.h77 ListRecTyKind, enumerator in enum:llvm::RecTy::RecTyKind
295 explicit ListRecTy(RecTy *T) : RecTy(ListRecTyKind), Ty(T) {}
299 return RT->getRecTyKind() == ListRecTyKind;

Completed in 67 milliseconds