Lines Matching refs:AttributeSetImpl
549 uint64_t AttributeSetImpl::Raw(unsigned Index) const { in Raw()
580 void AttributeSetImpl::dump() const { in dump()
581 AttributeSet(const_cast<AttributeSetImpl *>(this)).dump(); in dump()
593 AttributeSetImpl::Profile(ID, Attrs); in getImpl()
596 AttributeSetImpl *PA = pImpl->AttrsLists.FindNodeOrInsertPos(ID, InsertPoint); in getImpl()
602 void *Mem = ::operator new(sizeof(AttributeSetImpl) + in getImpl()
605 PA = new (Mem) AttributeSetImpl(C, Attrs); in getImpl()
709 AttributeSetImpl *A0 = Attrs[0].pImpl; in get()
717 AttributeSetImpl *AS = Attrs[I].pImpl; in get()
721 for (const AttributeSetImpl::IndexAttrPair in get()
789 for (AttributeSetImpl::iterator II = Attrs.pImpl->begin(I), in addAttributes()
925 for (AttributeSetImpl::iterator II = pImpl->begin(I), in hasAttrSomewhere()
1041 AttributeSetImpl *pImpl = AS.pImpl; in AttrBuilder()
1047 for (AttributeSetImpl::iterator II = pImpl->begin(I), in AttrBuilder()