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 317 friend class AttributePool;
514 // The following are the private interface used by AttributePool.
515 friend class AttributePool;
532 class AttributePool {
551 AttributePool(AttributeFactory &factory) : Factory(factory), Head(nullptr) {}
554 AttributePool(AttributePool &pool) : Factory(pool.Factory), Head(pool.Head) {
568 void takeAllFrom(AttributePool &pool) {
575 ~AttributePool() {
674 AttributePool &getPool() const { return pool;
    [all...]
DeclSpec.h 688 AttributePool &getAttributePool() const {
    [all...]
  /external/tinyxml2/
tinyxml2.cpp 1246 attrib = new (document->attributePool.Alloc() ) XMLAttribute();
1247 attrib->memPool = &document->attributePool;
    [all...]
tinyxml2.h     [all...]
  /external/clang/lib/Sema/
AttributeList.cpp 90 void AttributePool::takePool(AttributeList *pool) {
  /external/clang/lib/Parse/
ParseObjc.cpp     [all...]

Completed in 230 milliseconds