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.h137 AttributeList *NextInPool; variable
223 HasParsedType(false), NextInPosition(nullptr), NextInPool(nullptr) { in AttributeList()
242 NextInPosition(nullptr), NextInPool(nullptr) { in AttributeList()
262 NextInPosition(nullptr), NextInPool(nullptr) { in AttributeList()
280 NextInPosition(nullptr), NextInPool(nullptr) { in AttributeList()
298 NextInPosition(nullptr), NextInPool(nullptr) { in AttributeList()
312 NextInPosition(nullptr), NextInPool(nullptr) { in AttributeList()
549 attr->NextInPool = Head; in add()