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
515 friend class AttributePool; variable
532 class AttributePool {
551 AttributePool(AttributeFactory &factory) : Factory(factory), Head(nullptr) {} in AttributePool() function
554 AttributePool(AttributePool &pool) : Factory(pool.Factory), Head(pool.Head) { in AttributePool() function
568 void takeAllFrom(AttributePool &pool) { in takeAllFrom()
575 ~AttributePool() { in ~AttributePool()
674 AttributePool &getPool() const { return pool; } in getPool()
799 mutable AttributePool pool;
DDeclSpec.h688 AttributePool &getAttributePool() const { in getAttributePool()
1611 AttributePool &getAttributePool() const { in getAttributePool()
/external/clang/lib/Sema/
DAttributeList.cpp90 void AttributePool::takePool(AttributeList *pool) { in takePool()
/external/clang/lib/Parse/
DParseObjc.cpp1057 AttributePool allParamAttrs(AttrFactory); in ParseObjCMethodDecl()