HomeSort by relevance Sort by last modified time
    Searched refs:NextInPool (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Sema/
AttributeList.cpp 42 FreeLists[index] = attr->NextInPool;
54 // Read this here, because we're going to overwrite NextInPool
56 AttributeList *next = cur->NextInPool;
66 cur->NextInPool = FreeLists[freeListIndex];
85 AttributeList *next = pool->NextInPool;
86 pool->NextInPool = Head;
  /external/clang/include/clang/Sema/
AttributeList.h 95 AttributeList *NextInPool;
132 NextInPosition(0), NextInPool(0) {
151 NextInPosition(0), NextInPool(0) {
345 attr->NextInPool = Head;

Completed in 43 milliseconds