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
516 friend class AttributePool; variable
533 class AttributePool {
552 AttributePool(AttributeFactory &factory) : Factory(factory), Head(nullptr) {} in AttributePool() function
555 AttributePool(AttributePool &pool) : Factory(pool.Factory), Head(pool.Head) { in AttributePool() function
569 void takeAllFrom(AttributePool &pool) { in takeAllFrom()
576 ~AttributePool() { in ~AttributePool()
675 AttributePool &getPool() const { return pool; } in getPool()
800 mutable AttributePool pool;
DDeclSpec.h705 AttributePool &getAttributePool() const { in getAttributePool()
1655 AttributePool &getAttributePool() const { in getAttributePool()
/external/clang/lib/Sema/
DAttributeList.cpp90 void AttributePool::takePool(AttributeList *pool) { in takePool()
/external/clang/lib/Parse/
DParseObjc.cpp1023 AttributePool allParamAttrs(AttrFactory); in ParseObjCMethodDecl()