Searched refs:AttributePool (Results 1 – 4 of 4) sorted by relevance
317 friend class AttributePool; variable515 friend class AttributePool; variable532 class AttributePool {551 AttributePool(AttributeFactory &factory) : Factory(factory), Head(nullptr) {} in AttributePool() function554 AttributePool(AttributePool &pool) : Factory(pool.Factory), Head(pool.Head) { in AttributePool() function568 void takeAllFrom(AttributePool &pool) { in takeAllFrom()575 ~AttributePool() { in ~AttributePool()674 AttributePool &getPool() const { return pool; } in getPool()799 mutable AttributePool pool;
688 AttributePool &getAttributePool() const { in getAttributePool()1611 AttributePool &getAttributePool() const { in getAttributePool()
90 void AttributePool::takePool(AttributeList *pool) { in takePool()
1057 AttributePool allParamAttrs(AttrFactory); in ParseObjCMethodDecl()