HomeSort by relevance Sort by last modified time
    Searched full:attributepool (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/Sema/
AttributeList.h 233 friend class AttributePool;
425 // The following are the private interface used by AttributePool.
426 friend class AttributePool;
443 class AttributePool {
462 AttributePool(AttributeFactory &factory) : Factory(factory), Head(0) {}
465 AttributePool(AttributePool &pool) : Factory(pool.Factory), Head(pool.Head) {
479 void takeAllFrom(AttributePool &pool) {
486 ~AttributePool() {
604 AttributePool &getPool() const { return pool;
    [all...]
DeclSpec.h 646 AttributePool &getAttributePool() const {
    [all...]
  /external/clang/lib/Sema/
AttributeList.cpp 77 void AttributePool::takePool(AttributeList *pool) {
97 AttributePool::createIntegerAttribute(ASTContext &C, IdentifierInfo *Name,
  /external/tinyxml2/
tinyxml2.cpp 1246 attrib = new (document->attributePool.Alloc() ) XMLAttribute();
1247 attrib->memPool = &document->attributePool;
    [all...]
tinyxml2.h     [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp     [all...]

Completed in 111 milliseconds