Searched refs:AttributePool (Results 1 – 5 of 5) sorted by relevance
316 friend class AttributePool; variable721 class AttributePool; variable762 friend class AttributePool; variable774 void reclaimPool(AttributePool &head);781 class AttributePool {802 void takePool(AttributePool &pool);808 AttributePool(const AttributePool &) = delete;813 AttributePool(AttributePool &&pool) = default;823 void takeAllFrom(AttributePool &pool) { in takeAllFrom()1017 AttributePool &getPool() const { return pool; } in getPool()[all …]
769 AttributePool &getAttributePool() const { in getAttributePool()1949 AttributePool &getAttributePool() const { in getAttributePool()
96 void AttributeFactory::reclaimPool(AttributePool &cur) { in reclaimPool()101 void AttributePool::takePool(AttributePool &pool) { in takePool()
4798 ParsedAttributesView &attrs, AttributePool &Pool) -> ParsedAttr * { in GetFullTypeForDeclarator()
378 auto getNullabilityAttr = [&](AttributePool &Pool) -> ParsedAttr * { in addContextSensitiveTypeNullability()1409 AttributePool allParamAttrs(AttrFactory); in ParseObjCMethodDecl()