Searched refs:AttributePool (Results 1 – 6 of 6) sorted by relevance
203 friend class AttributePool; variable616 class AttributePool; variable657 friend class AttributePool; variable669 void reclaimPool(AttributePool &head);677 class AttributePool {698 void takePool(AttributePool &pool);702 AttributePool(AttributeFactory &factory) : Factory(factory) {} in AttributePool() function704 AttributePool(const AttributePool &) = delete;707 AttributePool &operator=(const AttributePool &) = delete;709 ~AttributePool() { Factory.reclaimPool(*this); } in ~AttributePool()[all …]
845 AttributePool &getAttributePool() const { in getAttributePool()2059 AttributePool &getAttributePool() const { in getAttributePool()2370 void AddTypeInfo(const DeclaratorChunk &TI, AttributePool &OtherPool, in AddTypeInfo()
82 void AttributeFactory::reclaimPool(AttributePool &cur) { in reclaimPool()87 void AttributePool::takePool(AttributePool &pool) { in takePool()92 void AttributePool::takeFrom(ParsedAttributesView &List, AttributePool &Pool) { in takeFrom()
299 AttributePool AP{AF}; in ProcessAPINotes()
4537 ParsedAttributesView &attrs, AttributePool &Pool) -> ParsedAttr * { in GetFullTypeForDeclarator()
371 auto getNullabilityAttr = [&](AttributePool &Pool) -> ParsedAttr * { in addContextSensitiveTypeNullability()1230 AttributePool allParamAttrs(AttrFactory); in ParseObjCMethodDecl()