Searched refs:AttributePool (Results 1 – 4 of 4) sorted by relevance
339 friend class AttributePool; variable564 friend class AttributePool; variable581 class AttributePool {600 AttributePool(AttributeFactory &factory) : Factory(factory), Head(nullptr) {} in AttributePool() function602 AttributePool(const AttributePool &) = delete;605 AttributePool(AttributePool &&pool) : Factory(pool.Factory), Head(pool.Head) { in AttributePool() function619 void takeAllFrom(AttributePool &pool) { in takeAllFrom()626 ~AttributePool() { in ~AttributePool()726 AttributePool &getPool() const { return pool; } in getPool()853 mutable AttributePool pool;
722 AttributePool &getAttributePool() const { in getAttributePool()1738 AttributePool &getAttributePool() const { in getAttributePool()
91 void AttributePool::takePool(AttributeList *pool) { in takePool()
1415 AttributePool allParamAttrs(AttrFactory); in ParseObjCMethodDecl()