Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DParsedAttr.h231 friend class AttributePool; variable
573 class AttributePool; variable
614 friend class AttributePool; variable
626 void reclaimPool(AttributePool &head);
633 class AttributePool {
653 void takePool(AttributePool &pool);
659 AttributePool(const AttributePool &) = delete;
664 AttributePool(AttributePool &&pool) = default;
674 void takeAllFrom(AttributePool &pool) { in takeAllFrom()
860 AttributePool &getPool() const { return pool; } in getPool()
[all …]
H A DDeclSpec.h735 AttributePool &getAttributePool() const { in getAttributePool()
1863 AttributePool &getAttributePool() const { in getAttributePool()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DParsedAttr.cpp94 void AttributeFactory::reclaimPool(AttributePool &cur) { in reclaimPool()
99 void AttributePool::takePool(AttributePool &pool) { in takePool()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseObjc.cpp378 auto getNullabilityAttr = [&](AttributePool &Pool) -> ParsedAttr * { in addContextSensitiveTypeNullability()
1386 AttributePool allParamAttrs(AttrFactory); in ParseObjCMethodDecl()