Searched refs:AttributePool (Results 1 – 5 of 5) sorted by relevance
316 friend class AttributePool; variable732 class AttributePool; variable773 friend class AttributePool; variable785 void reclaimPool(AttributePool &head);792 class AttributePool {813 void takePool(AttributePool &pool);817 AttributePool(AttributeFactory &factory) : Factory(factory) {} in AttributePool() function819 AttributePool(const AttributePool &) = delete;821 ~AttributePool() { Factory.reclaimPool(*this); } in ~AttributePool()824 AttributePool(AttributePool &&pool) = default;[all …]
791 AttributePool &getAttributePool() const { in getAttributePool()1978 AttributePool &getAttributePool() const { in getAttributePool()
96 void AttributeFactory::reclaimPool(AttributePool &cur) { in reclaimPool()101 void AttributePool::takePool(AttributePool &pool) { in takePool()
4870 ParsedAttributesView &attrs, AttributePool &Pool) -> ParsedAttr * { in GetFullTypeForDeclarator()
408 auto getNullabilityAttr = [&](AttributePool &Pool) -> ParsedAttr * { in addContextSensitiveTypeNullability()1441 AttributePool allParamAttrs(AttrFactory); in ParseObjCMethodDecl()