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

/freebsd-11.0-release/contrib/llvm/include/llvm/TableGen/
H A DRecord.h71 /// getListTy - Returns the type representing list<this>.
72 ListRecTy *getListTy();
158 friend ListRecTy *RecTy::getListTy();
165 static ListRecTy *get(RecTy *T) { return T->getListTy(); }
/freebsd-11.0-release/contrib/llvm/lib/TableGen/
H A DRecord.cpp91 ListRecTy *RecTy::getListTy() { function in class:RecTy

Completed in 117 milliseconds