Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DAttributeList.cpp56 FreeLists[index] = attr->NextInPool; in allocate()
70 AttributeList *next = cur->NextInPool; in reclaimPool()
80 cur->NextInPool = FreeLists[freeListIndex]; in reclaimPool()
99 AttributeList *next = pool->NextInPool; in takePool()
100 pool->NextInPool = Head; in takePool()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DAttributeList.h132 AttributeList *NextInPool; variable
220 HasParsedType(false), NextInPosition(0), NextInPool(0) { in AttributeList()
239 NextInPosition(0), NextInPool(0) { in AttributeList()
257 NextInPosition(NULL), NextInPool(NULL) { in AttributeList()
275 NextInPosition(0), NextInPool(0) { in AttributeList()
289 NextInPosition(0), NextInPool(0) { in AttributeList()
543 attr->NextInPool = Head; in add()