Home
last modified time | relevance | path

Searched refs:AttributePool (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DParsedAttr.h291 friend class AttributePool; variable
680 class AttributePool; variable
721 friend class AttributePool; variable
733 void reclaimPool(AttributePool &head);
740 class AttributePool {
761 void takePool(AttributePool &pool);
765 AttributePool(AttributeFactory &factory) : Factory(factory) {} in AttributePool() function
767 AttributePool(const AttributePool &) = delete;
769 ~AttributePool() { Factory.reclaimPool(*this); } in ~AttributePool()
772 AttributePool(AttributePool &&pool) = default;
[all …]
H A DDeclSpec.h768 AttributePool &getAttributePool() const { in getAttributePool()
1919 AttributePool &getAttributePool() const { in getAttributePool()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DParsedAttr.cpp96 void AttributeFactory::reclaimPool(AttributePool &cur) { in reclaimPool()
101 void AttributePool::takePool(AttributePool &pool) { in takePool()
H A DSemaType.cpp4682 ParsedAttributesView &attrs, AttributePool &Pool) -> ParsedAttr * { in GetFullTypeForDeclarator()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp378 auto getNullabilityAttr = [&](AttributePool &Pool) -> ParsedAttr * { in addContextSensitiveTypeNullability()
1403 AttributePool allParamAttrs(AttrFactory); in ParseObjCMethodDecl()