Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DAttributeList.h317 friend class AttributePool; variable
522 friend class AttributePool; variable
539 class AttributePool {
558 AttributePool(AttributeFactory &factory) : Factory(factory), Head(nullptr) {} in AttributePool() function
560 AttributePool(const AttributePool &) = delete;
563 AttributePool(AttributePool &&pool) : Factory(pool.Factory), Head(pool.Head) { in AttributePool() function
577 void takeAllFrom(AttributePool &pool) { in takeAllFrom()
584 ~AttributePool() { in ~AttributePool()
683 AttributePool &getPool() const { return pool; } in getPool()
808 mutable AttributePool pool;
DDeclSpec.h705 AttributePool &getAttributePool() const { in getAttributePool()
1692 AttributePool &getAttributePool() const { in getAttributePool()
/external/clang/lib/Sema/
DAttributeList.cpp91 void AttributePool::takePool(AttributeList *pool) { in takePool()
/external/clang/lib/Parse/
DParseObjc.cpp1427 AttributePool allParamAttrs(AttrFactory); in ParseObjCMethodDecl()