Searched refs:AttributePool (Results 1 – 4 of 4) sorted by relevance
233 friend class AttributePool; variable426 friend class AttributePool; variable443 class AttributePool {462 AttributePool(AttributeFactory &factory) : Factory(factory), Head(0) {} in AttributePool() function465 AttributePool(AttributePool &pool) : Factory(pool.Factory), Head(pool.Head) { in AttributePool() function479 void takeAllFrom(AttributePool &pool) { in takeAllFrom()486 ~AttributePool() { in ~AttributePool()604 AttributePool &getPool() const { return pool; } in getPool()716 mutable AttributePool pool;
646 AttributePool &getAttributePool() const { in getAttributePool()1571 AttributePool &getAttributePool() const { in getAttributePool()
77 void AttributePool::takePool(AttributeList *pool) { in takePool()97 AttributePool::createIntegerAttribute(ASTContext &C, IdentifierInfo *Name, in createIntegerAttribute()
1035 AttributePool allParamAttrs(AttrFactory); in ParseObjCMethodDecl()