Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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);
767 AttributePool(const AttributePool &) = delete;
772 AttributePool(AttributePool &&pool) = default;
782 void takeAllFrom(AttributePool &pool) { in takeAllFrom()
969 AttributePool &getPool() const { return pool; } in getPool()
[all …]
H A DDeclSpec.h768 AttributePool &getAttributePool() const { in getAttributePool()
1919 AttributePool &getAttributePool() const { in getAttributePool()
/freebsd-13.1/contrib/llvm-project/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.cpp4715 ParsedAttributesView &attrs, AttributePool &Pool) -> ParsedAttr * { in GetFullTypeForDeclarator()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp378 auto getNullabilityAttr = [&](AttributePool &Pool) -> ParsedAttr * { in addContextSensitiveTypeNullability()
1403 AttributePool allParamAttrs(AttrFactory); in ParseObjCMethodDecl()