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/utils/TableGen/
Record.h
80
///
getListTy
- Returns the type representing list<this>.
81
ListRecTy *
getListTy
();
311
friend ListRecTy *RecTy::
getListTy
();
313
static ListRecTy *get(RecTy *T) { return T->
getListTy
(); }
[
all
...]
Record.cpp
34
ListRecTy *RecTy::
getListTy
() {
[
all
...]
Completed in 37 milliseconds