Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DAttributeList.cpp59 FreeLists[index] = attr->NextInPool; in allocate()
73 AttributeList *next = cur->NextInPool; in reclaimPool()
83 cur->NextInPool = FreeLists[freeListIndex]; in reclaimPool()
102 AttributeList *next = pool->NextInPool; in takePool()
103 pool->NextInPool = Head; in takePool()
/external/clang/include/clang/Sema/
DAttributeList.h135 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()
542 attr->NextInPool = Head; in add()