Searched refs:AttributePool (Results 1 – 5 of 5) sorted by relevance
203 friend class AttributePool; variable613 class AttributePool; variable654 friend class AttributePool; variable666 void reclaimPool(AttributePool &head);673 class AttributePool {694 void takePool(AttributePool &pool);700 AttributePool(const AttributePool &) = delete;703 AttributePool &operator=(const AttributePool &) = delete;708 AttributePool(AttributePool &&pool) = default;712 AttributePool &operator=(AttributePool &&pool) = delete;[all …]
807 AttributePool &getAttributePool() const { in getAttributePool()1995 AttributePool &getAttributePool() const { in getAttributePool()
93 void AttributeFactory::reclaimPool(AttributePool &cur) { in reclaimPool()98 void AttributePool::takePool(AttributePool &pool) { in takePool()
4975 ParsedAttributesView &attrs, AttributePool &Pool) -> ParsedAttr * { in GetFullTypeForDeclarator()
413 auto getNullabilityAttr = [&](AttributePool &Pool) -> ParsedAttr * { in addContextSensitiveTypeNullability()1454 AttributePool allParamAttrs(AttrFactory); in ParseObjCMethodDecl()