Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h203 friend class AttributePool; variable
613 class AttributePool; variable
654 friend class AttributePool; variable
666 void reclaimPool(AttributePool &head);
673 class AttributePool {
694 void takePool(AttributePool &pool);
700 AttributePool(const AttributePool &) = delete;
703 AttributePool &operator=(const AttributePool &) = delete;
708 AttributePool(AttributePool &&pool) = default;
712 AttributePool &operator=(AttributePool &&pool) = delete;
[all …]
H A DDeclSpec.h807 AttributePool &getAttributePool() const { in getAttributePool()
1995 AttributePool &getAttributePool() const { in getAttributePool()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp93 void AttributeFactory::reclaimPool(AttributePool &cur) { in reclaimPool()
98 void AttributePool::takePool(AttributePool &pool) { in takePool()
H A DSemaType.cpp4975 ParsedAttributesView &attrs, AttributePool &Pool) -> ParsedAttr * { in GetFullTypeForDeclarator()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp413 auto getNullabilityAttr = [&](AttributePool &Pool) -> ParsedAttr * { in addContextSensitiveTypeNullability()
1454 AttributePool allParamAttrs(AttrFactory); in ParseObjCMethodDecl()