Home
last modified time | relevance | path

Searched refs:NextInPool (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DAttributeList.cpp60 FreeLists[index] = attr->NextInPool; in allocate()
74 AttributeList *next = cur->NextInPool; in reclaimPool()
84 cur->NextInPool = FreeLists[freeListIndex]; in reclaimPool()
103 AttributeList *next = pool->NextInPool; in takePool()
104 pool->NextInPool = Head; in takePool()
/external/clang/include/clang/Sema/
DAttributeList.h165 AttributeList *NextInPool; variable
246 NextInPosition(nullptr), NextInPool(nullptr) { in AttributeList()
266 MessageExpr(messageExpr), NextInPosition(nullptr), NextInPool(nullptr) { in AttributeList()
285 HasProcessingCache(false), NextInPosition(nullptr), NextInPool(nullptr) { in AttributeList()
302 HasProcessingCache(false), NextInPosition(nullptr), NextInPool(nullptr) { in AttributeList()
320 HasProcessingCache(false), NextInPosition(nullptr), NextInPool(nullptr){ in AttributeList()
334 HasProcessingCache(false), NextInPosition(nullptr), NextInPool(nullptr) { in AttributeList()
591 attr->NextInPool = Head; in add()