Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DAttributeList.h339 friend class AttributePool; variable
564 friend class AttributePool; variable
581 class AttributePool {
600 AttributePool(AttributeFactory &factory) : Factory(factory), Head(nullptr) {} in AttributePool() function
602 AttributePool(const AttributePool &) = delete;
605 AttributePool(AttributePool &&pool) : Factory(pool.Factory), Head(pool.Head) { in AttributePool() function
619 void takeAllFrom(AttributePool &pool) { in takeAllFrom()
626 ~AttributePool() { in ~AttributePool()
726 AttributePool &getPool() const { return pool; } in getPool()
853 mutable AttributePool pool;
DDeclSpec.h722 AttributePool &getAttributePool() const { in getAttributePool()
1738 AttributePool &getAttributePool() const { in getAttributePool()
/external/clang/lib/Sema/
DAttributeList.cpp91 void AttributePool::takePool(AttributeList *pool) { in takePool()
/external/clang/lib/Parse/
DParseObjc.cpp1415 AttributePool allParamAttrs(AttrFactory); in ParseObjCMethodDecl()