OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getListTy
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/TableGen/
Record.h
71
///
getListTy
- Returns the type representing list<this>.
72
ListRecTy *
getListTy
();
158
friend ListRecTy *RecTy::
getListTy
();
165
static ListRecTy *get(RecTy *T) { return T->
getListTy
(); }
[
all
...]
/external/llvm/lib/TableGen/
Record.cpp
91
ListRecTy *RecTy::
getListTy
() {
[
all
...]
Completed in 73 milliseconds