Searched refs:AttributePool (Results 1 – 4 of 4) sorted by relevance
317 friend class AttributePool; variable522 friend class AttributePool; variable539 class AttributePool {558 AttributePool(AttributeFactory &factory) : Factory(factory), Head(nullptr) {} in AttributePool() function560 AttributePool(const AttributePool &) = delete;563 AttributePool(AttributePool &&pool) : Factory(pool.Factory), Head(pool.Head) { in AttributePool() function577 void takeAllFrom(AttributePool &pool) { in takeAllFrom()584 ~AttributePool() { in ~AttributePool()683 AttributePool &getPool() const { return pool; } in getPool()808 mutable AttributePool pool;
705 AttributePool &getAttributePool() const { in getAttributePool()1692 AttributePool &getAttributePool() const { in getAttributePool()
91 void AttributePool::takePool(AttributeList *pool) { in takePool()
1427 AttributePool allParamAttrs(AttrFactory); in ParseObjCMethodDecl()