Searched refs:AttributePool (Results 1 – 5 of 5) sorted by relevance
291 friend class AttributePool; variable680 class AttributePool; variable721 friend class AttributePool; variable733 void reclaimPool(AttributePool &head);740 class AttributePool {761 void takePool(AttributePool &pool);767 AttributePool(const AttributePool &) = delete;772 AttributePool(AttributePool &&pool) = default;782 void takeAllFrom(AttributePool &pool) { in takeAllFrom()969 AttributePool &getPool() const { return pool; } in getPool()[all …]
768 AttributePool &getAttributePool() const { in getAttributePool()1919 AttributePool &getAttributePool() const { in getAttributePool()
96 void AttributeFactory::reclaimPool(AttributePool &cur) { in reclaimPool()101 void AttributePool::takePool(AttributePool &pool) { in takePool()
4715 ParsedAttributesView &attrs, AttributePool &Pool) -> ParsedAttr * { in GetFullTypeForDeclarator()
378 auto getNullabilityAttr = [&](AttributePool &Pool) -> ParsedAttr * { in addContextSensitiveTypeNullability()1403 AttributePool allParamAttrs(AttrFactory); in ParseObjCMethodDecl()