Searched refs:AttributePool (Results 1 – 4 of 4) sorted by relevance
231 friend class AttributePool; variable573 class AttributePool; variable614 friend class AttributePool; variable626 void reclaimPool(AttributePool &head);633 class AttributePool {653 void takePool(AttributePool &pool);659 AttributePool(const AttributePool &) = delete;664 AttributePool(AttributePool &&pool) = default;674 void takeAllFrom(AttributePool &pool) { in takeAllFrom()860 AttributePool &getPool() const { return pool; } in getPool()[all …]
735 AttributePool &getAttributePool() const { in getAttributePool()1863 AttributePool &getAttributePool() const { in getAttributePool()
94 void AttributeFactory::reclaimPool(AttributePool &cur) { in reclaimPool()99 void AttributePool::takePool(AttributePool &pool) { in takePool()
378 auto getNullabilityAttr = [&](AttributePool &Pool) -> ParsedAttr * { in addContextSensitiveTypeNullability()1386 AttributePool allParamAttrs(AttrFactory); in ParseObjCMethodDecl()