Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DAttributeList.h233 friend class AttributePool; variable
426 friend class AttributePool; variable
443 class AttributePool {
462 AttributePool(AttributeFactory &factory) : Factory(factory), Head(0) {} in AttributePool() function
465 AttributePool(AttributePool &pool) : Factory(pool.Factory), Head(pool.Head) { in AttributePool() function
479 void takeAllFrom(AttributePool &pool) { in takeAllFrom()
486 ~AttributePool() { in ~AttributePool()
604 AttributePool &getPool() const { return pool; } in getPool()
716 mutable AttributePool pool;
DDeclSpec.h646 AttributePool &getAttributePool() const { in getAttributePool()
1571 AttributePool &getAttributePool() const { in getAttributePool()
/external/clang/lib/Sema/
DAttributeList.cpp77 void AttributePool::takePool(AttributeList *pool) { in takePool()
97 AttributePool::createIntegerAttribute(ASTContext &C, IdentifierInfo *Name, in createIntegerAttribute()
/external/clang/lib/Parse/
DParseObjc.cpp1035 AttributePool allParamAttrs(AttrFactory); in ParseObjCMethodDecl()