Searched refs:AttributePool (Results 1 – 4 of 4) sorted by relevance
317 friend class AttributePool; variable516 friend class AttributePool; variable533 class AttributePool {552 AttributePool(AttributeFactory &factory) : Factory(factory), Head(nullptr) {} in AttributePool() function555 AttributePool(AttributePool &pool) : Factory(pool.Factory), Head(pool.Head) { in AttributePool() function569 void takeAllFrom(AttributePool &pool) { in takeAllFrom()576 ~AttributePool() { in ~AttributePool()675 AttributePool &getPool() const { return pool; } in getPool()800 mutable AttributePool pool;
705 AttributePool &getAttributePool() const { in getAttributePool()1655 AttributePool &getAttributePool() const { in getAttributePool()
90 void AttributePool::takePool(AttributeList *pool) { in takePool()
1023 AttributePool allParamAttrs(AttrFactory); in ParseObjCMethodDecl()