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 26 typedef std::list<StoredDiagnostic> ListTy;
27 ListTy List;
39 typedef ListTy::const_iterator iterator;
  /external/llvm/include/llvm/ADT/
ImmutableList.h 141 typedef ImmutableListImpl<T> ListTy;
142 typedef FoldingSet<ListTy> CacheTy;
171 const ListTy* TailImpl = Tail.getInternalPointer();
172 ListTy::Profile(ID, Head, TailImpl);
173 ListTy* L = Cache.FindNodeOrInsertPos(ID, InsertPos);
178 L = (ListTy*) A.Allocate<ListTy>();
179 new (L) ListTy(Head, TailImpl);
  /external/llvm/include/llvm/TableGen/
Record.h 84 ListRecTy *ListTy;
90 RecTy(RecTyKind K) : Kind(K), 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 117 milliseconds