Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DParsedAttr.h316 friend class AttributePool; variable
732 class AttributePool; variable
773 friend class AttributePool; variable
785 void reclaimPool(AttributePool &head);
792 class AttributePool {
813 void takePool(AttributePool &pool);
817 AttributePool(AttributeFactory &factory) : Factory(factory) {} in AttributePool() function
819 AttributePool(const AttributePool &) = delete;
821 ~AttributePool() { Factory.reclaimPool(*this); } in ~AttributePool()
824 AttributePool(AttributePool &&pool) = default;
[all …]
H A DDeclSpec.h791 AttributePool &getAttributePool() const { in getAttributePool()
1978 AttributePool &getAttributePool() const { in getAttributePool()
/openbsd-src/gnu/llvm/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.cpp4870 ParsedAttributesView &attrs, AttributePool &Pool) -> ParsedAttr * { in GetFullTypeForDeclarator()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseObjc.cpp408 auto getNullabilityAttr = [&](AttributePool &Pool) -> ParsedAttr * { in addContextSensitiveTypeNullability()
1441 AttributePool allParamAttrs(AttrFactory); in ParseObjCMethodDecl()