HomeSort by relevance Sort by last modified time
    Searched defs:ListTy (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/ARCMigrate/
Internals.h 23 typedef std::list<StoredDiagnostic> ListTy;
24 ListTy List;
36 typedef ListTy::const_iterator iterator;
  /external/llvm/include/llvm/ADT/
ImmutableList.h 142 typedef ImmutableListImpl<T> ListTy;
143 typedef FoldingSet<ListTy> CacheTy;
172 const ListTy* TailImpl = Tail.getInternalPointer();
173 ListTy::Profile(ID, Head, TailImpl);
174 ListTy* L = Cache.FindNodeOrInsertPos(ID, InsertPos);
179 L = (ListTy*) A.Allocate<ListTy>();
180 new (L) ListTy(Head, TailImpl);
  /external/llvm/include/llvm/TableGen/
Record.h 69 ListRecTy *ListTy;
72 RecTy() : ListTy(0) {}
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp 92 typedef SmallVector<UnqualUsingEntry, 8> ListTy;
94 ListTy list;
197 typedef ListTy::const_iterator const_iterator;
    [all...]

Completed in 813 milliseconds