Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h203 friend class AttributePool; variable
616 class AttributePool; variable
657 friend class AttributePool; variable
669 void reclaimPool(AttributePool &head);
677 class AttributePool {
698 void takePool(AttributePool &pool);
702 AttributePool(AttributeFactory &factory) : Factory(factory) {} in AttributePool() function
704 AttributePool(const AttributePool &) = delete;
707 AttributePool &operator=(const AttributePool &) = delete;
709 ~AttributePool() { Factory.reclaimPool(*this); } in ~AttributePool()
[all …]
H A DDeclSpec.h845 AttributePool &getAttributePool() const { in getAttributePool()
2059 AttributePool &getAttributePool() const { in getAttributePool()
2370 void AddTypeInfo(const DeclaratorChunk &TI, AttributePool &OtherPool, in AddTypeInfo()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp82 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()
H A DSemaAPINotes.cpp299 AttributePool AP{AF}; in ProcessAPINotes()
H A DSemaType.cpp4537 ParsedAttributesView &attrs, AttributePool &Pool) -> ParsedAttr * { in GetFullTypeForDeclarator()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp371 auto getNullabilityAttr = [&](AttributePool &Pool) -> ParsedAttr * { in addContextSensitiveTypeNullability()
1230 AttributePool allParamAttrs(AttrFactory); in ParseObjCMethodDecl()