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 93 AttributeList *NextInPool;
130 NextInPosition(0), NextInPool(0) {
147 UnavailableLoc(unavailable), NextInPosition(0), NextInPool(0) {
437 attr->NextInPool = Head;

Completed in 39 milliseconds