Lines Matching refs:PA
42 AttributeImpl *PA = pImpl->AttrsSet.FindNodeOrInsertPos(ID, InsertPoint); in get() local
44 if (!PA) { in get()
48 PA = new EnumAttributeImpl(Kind); in get()
50 PA = new IntAttributeImpl(Kind, Val); in get()
51 pImpl->AttrsSet.InsertNode(PA, InsertPoint); in get()
55 return Attribute(PA); in get()
65 AttributeImpl *PA = pImpl->AttrsSet.FindNodeOrInsertPos(ID, InsertPoint); in get() local
67 if (!PA) { in get()
70 PA = new StringAttributeImpl(Kind, Val); in get()
71 pImpl->AttrsSet.InsertNode(PA, InsertPoint); in get()
75 return Attribute(PA); in get()
480 AttributeSetNode *PA = in get() local
485 if (!PA) { in get()
489 PA = new (Mem) AttributeSetNode(SortedAttrs); in get()
490 pImpl->AttrsSetNodes.InsertNode(PA, InsertPoint); in get()
494 return PA; in get()
614 AttributeSetImpl *PA = pImpl->AttrsLists.FindNodeOrInsertPos(ID, InsertPoint); in getImpl() local
618 if (!PA) { in getImpl()
623 PA = new (Mem) AttributeSetImpl(C, Attrs); in getImpl()
624 pImpl->AttrsLists.InsertNode(PA, InsertPoint); in getImpl()
628 return AttributeSet(PA); in getImpl()