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

/external/clang/lib/Sema/
H A DAttributeList.cpp59 FreeLists[index] = attr->NextInPool;
71 // Read this here, because we're going to overwrite NextInPool
73 AttributeList *next = cur->NextInPool;
83 cur->NextInPool = FreeLists[freeListIndex];
102 AttributeList *next = pool->NextInPool;
103 pool->NextInPool = Head;
/external/clang/include/clang/Sema/
H A DAttributeList.h135 AttributeList *NextInPool; member in class:clang::AttributeList
223 HasParsedType(false), NextInPosition(nullptr), NextInPool(nullptr) {
242 NextInPosition(nullptr), NextInPool(nullptr) {
262 NextInPosition(nullptr), NextInPool(nullptr) {
280 NextInPosition(nullptr), NextInPool(nullptr) {
298 NextInPosition(nullptr), NextInPool(nullptr) {
312 NextInPosition(nullptr), NextInPool(nullptr) {
542 attr->NextInPool = Head;

Completed in 210 milliseconds